Jump to content

Recommended Posts

Posted

hi i have most of my prgrams working great it's just the dam thing gets tot he end and then wont reboot??

heres my batch file :

CLS
@echo off
TITLE Windows Badger Edition
SET COPYCMD=/Y

Start /min %systemdrive%\Install\wav.exe %systemdrive%\Install\netporn.mp3

ECHO.
ECHO This is Windows Badger Edition (BE)! If you like Badgers,
ECHO Then this is the Operating System for you! Please Wait for
ECHO Install To Finsh! Afterwards it's really a cool idea to defrag!
ECHO You Wouldn't want a slow badger now would you? Going
ECHO "BAAAAAAADGER BAAAAAAA- Oh i can't be bothered?" Would you?? no! so?
ECHO DEFRAG!! :D Also some programs require a bit of config so just do what they say?


ECHO.
ECHO Extracting Office 2003 Professional
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Office2003.exe /s

ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=%systemdrive%\install\Applications\OfficeXP\Unattended.MST /qb-


ECHO.
ECHO Installing Adobe PhotoShop CS
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\Photoshop8\AdobePhotoshopCS.exe

ECHO.
ECHO Installing Dreamweaver Mx
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\DreamweaverMX\MacromediaDreamweaverMX2004.exe


ECHO.
ECHO Registering Nero Burning ROM...
REGEDIT /S %systemdrive%\install\Applications\nero.reg


ECHO.
ECHO Installing Nero Burning ROM v6
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Nero.exe /silent /noreboot


ECHO.
ECHO Installing MSN Messenger 6.2
ECHO Please wait...
start /wait %systemdrive%\install\Applications\MsnMsgs.msi /QB


ECHO.
ECHO Installing WinRAR 3.30
ECHO Please wait...
start /wait %systemdrive%\install\Applications\wrar330.exe /s


ECHO.
ECHO Installing VLC
ECHO Please wait...
start /wait %systemdrive%\install\Applications\VLC.exe /VERYSILENT /SP-


ECHO.
ECHO Installing Teamspeak
ECHO Please wait...
start /wait %systemdrive%\install\Applications\TS.exe /VERYSILENT /SP-


ECHO.
ECHO Installing Spybot
ECHO Please wait...
start /wait %systemdrive%\install\Applications\spy.exe /VERYSILENT /SP-


ECHO.
ECHO Installing FireFox {sorry they didn't have badger :P)
ECHO Please wait...
start /wait %systemdrive%\install\Applications\firefox.exe


ECHO.
ECHO Installing Flash Player for FireFox
ECHO Please wait...
start /wait %systemdrive%\install\Applications\flashplayer.exe


ECHO.
ECHO Installing Shockwave Player for FireFox
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Shockwave.exe



ECHO.
ECHO Installing Windows Media Player 10
ECHO Please wait...
start /wait %systemdrive%\install\Applications\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N DisallowSystemRestore"


ECHO.
ECHO Installing Quicktime
ECHO Please wait...
start /wait %systemdrive%\install\Applications\quicktime.exe /VERYSILENT /SP-


ECHO.
ECHO Installing Real Player
ECHO Please wait...
start /wait %systemdrive%\install\Applications\real.exe /VERYSILENT /SP-


ECHO.
ECHO Installing Adobe Acrobat 6 Pro
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\AdobeAcrobat6Pro\AdobeAcrobat.exe


ECHO.
ECHO Installing IsoBuster
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\IsoBuster\IsoBuster1.5.exe



ECHO.
ECHO Installing **** NFO Viewer
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\****\DamnNFOViewer.exe


ECHO.
ECHO Installing DisKeeper
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\Diskeeper\Diskeeper.exe


ECHO.
ECHO Installing Bitornado
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\bt.exe


ECHO.
ECHO Installing Kazaa Lite Resurrection
ECHO Please wait...
start /wait %systemdrive%\install\Applications\klr.exe /VERYSILENT /SP-


ECHO.
ECHO Installing TmpgEnc
ECHO Please wait...
start /wait %systemdrive%\install\Applications\TMPGEnc.exe


ECHO.
ECHO Installing CPU Tools
ECHO Please Wait...
start /wait %systemdrive%\install\Applications\cpu.exe


ECHO.
ECHO Installing X-Fire
ECHO Please wait...
start /wait %systemdrive%\install\Applications\xfire.exe


ECHO.
ECHO Importing Reg & Theme Tweaks
REGEDIT /S %systemdrive%\install\regtweaks.reg


ECHO.
ECHO Importing Extra Badgerness
COPY C:\install\Applications\bliss.bmp C:\WINDOWS\Web\Wallpaper\

COPY C:\install\Applications\bliss.jpg C:\WINDOWS\Web\Wallpaper\

bootcfg /RAW /A /Kernel=OEMKrnl.exe /ID 1
bootcfg /Timeout 0


ECHO.
ECHO Deleting Temp Installation Files...
RD /S /Q %systemdrive%\install


ECHO.
ECHO Restarting the PC in 5 seconds...
shutdown.exe -r -f -t 5 -c "Windows BE will now restart in 5 seconds"
EXIT

Please excuse the fact that it's quite mad, i'm thinking i messed up something but dunno what?


Posted

both thats what i thort tested in VMware and it didn't restart thort it's just coz it's in VMware but then i tried it on a Pc and same thing just loads the desktop up strait away?

Posted

try pointing directly to shutdown.exe like

%WINDIR%\SYSTEM32\shutdown.exe -r -f -t 5 -c "Windows BE will now restart in 5 seconds"

edit: wait 1 moment are u trying to reboot during cmdlines.txt!! that's T-13 and windows has not finished install!!

Posted

another thing...i think it takes more than 5 seconds to delete the install dir...try using a higher value, like 30 and work down from that...

UNREALTED, what is wav.exe? and where do I get it?

Posted

tis ok got it working SiMoNsAyS had the idea cheers :thumbup

and the wav file is below! it's ace as long as windows has your sound card driver it useing the code i have you can have musical acompliment to your install but i've only got it to play one song at time "sliently" so the song ends b4 the install but i'm thinking of just making a really long mp3? heh cool song too the "internet is for porn" from the avenue Q west end show but i got it os kazaa :angel

WAV.rar

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...