Darcwolf Posted December 1, 2005 Posted December 1, 2005 (edited) 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 2003ECHO Please wait...start /wait D:\setuppro.exe /QBECHO.ECHO Installing NeroECHO Please wait...start /wait c:\Nero6.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SNECHO.ECHO Insalling dvdshrinkEcho Please wait...start /wait c:\dvdshrink.exe /SILENTECHO.ECHO Installing ImgBurnECHO Please wait...start /wait c:\imgburn.exe /silentECHO.ECHO Installng regclnrECHO Please wait...start /wait c:\regclnr.exe /SP-echo.ECHO.ECHO Installing TrixieECHO Please wait...start /wait c:\trixie.exe /silentECHO.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%\DriversRD /S /Q %systemdrive%\installEXITDoesn 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? Edited December 1, 2005 by Darcwolf
MHz Posted December 1, 2005 Posted December 1, 2005 If you look at the icon of the imgburn, you will see NSIS written on it. You may need a magnifier to see clearly. Use /S for NSIS installers. NSIS is case sensitive btw.
Darcwolf Posted December 1, 2005 Author Posted December 1, 2005 I tried that before and it didn't work, whenever I used that it kept telling me another instance of imgburn.exe was running So I went and renamed it and it worked fine. ooooooooooook, well at least it works.Any ideas for regcleaner and trixie?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now