Jump to content

Recommended Posts

Posted (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 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?

Edited by Darcwolf

Posted

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.

Posted

I tried that before and it didn't work, whenever I used that it kept telling me another instance of imgburn.exe was running :crazy:

So I went and renamed it and it worked fine. ooooooooooook, well at least it works.

Any ideas for regcleaner and trixie?

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...