Im new to this and this was my first batch file I've made, I've managed to get nero. office and dvd shrink to work, imgburn, regcleaner and trixie I can't get to work, maybe I typed it in wrong, can anyone find anything wrong?
ECHO.
ECHO Installing Office 2003
ECHO Please wait...
start /wait D:\setuppro.exe /QB
ECHO.
ECHO Installing Nero
ECHO Please wait...
start /wait c:\Nero6.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN
ECHO.
ECHO Insalling dvdshrink
Echo Please wait...
start /wait c:\dvdshrink.exe /SILENT
ECHO.
ECHO Installing ImgBurn
ECHO Please wait...
start /wait c:\imgburn.exe /silent
ECHO.
ECHO Installng regclnr
ECHO Please wait...
start /wait c:\regclnr.exe /SP-
echo.
ECHO.
ECHO Installing Trixie
ECHO Please wait...
start /wait c:\trixie.exe /silent
ECHO.
ECHO Restarting the PC in 1 minute...
shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"
ECHO.
ECHO Deleting Temp Installation Files...
RD /S /Q %systemdrive%\Drivers
RD /S /Q %systemdrive%\install
EXIT
Doesn anyone know the correct switch for regcleaner and imgburn, trixie I actually get a error saying it can't find the file, I've double checked the location and it still doens't see it, could this be because trixie is a plugin?