raypandora Posted September 15, 2005 Posted September 15, 2005 (edited) First of al i like to say that i am new at this.I have made a simple cmd file that installs al my dvd burning and ripping sofwareand burned all to cdromNow my problem when i click on the cmd file every thing works fine. but i made a menu where i can select every thing or choice to instal all and connected the all to the cmd file but when i select the all link the cmd file runs but gives a error of location.this i how my cmd file looks like ECHO.ECHO Bezig met installeren van dvd decrypterECHO Even geduld a.u.b.start /wait %CDROM%\dvd\dvddecrypter\SetupDVDDecrypter_3.1.9.0.exeECHO.echo bezig met dvdshrinkecho Even geduldstart /wait %CDROM%\dvd\dvdshrink\dvdshrink32setup.exe /SP /VERYSILENT /NOREBOOTECHO.ECHO Bezig met instaleren van AnydvdECHO Even geduldstart /wait %CDROM%\dvd\anydvd\SetupAnyDVD4572.exe /secho.echo Bezig met installeren van nero burning romecho Even geduldstart /wait %CDROM%\dvd\nero\nero6603.exe /SILENT /SN=1Axxxx-xxxx-xxxx-xxxx /WRITE_SN /NOREBOOTwhen i change the %cdrom% to my dvdstation letter the cmd file works, but will this work on other computers that have a different letter as dvdstation Edited September 15, 2005 by raypandora
MHz Posted September 16, 2005 Posted September 16, 2005 Do not see how %CDROM% is being set. If this command file is on the CD, why have the %CDROM% variable?You may have an autorun.inf, which runs your menu? The menu can run the command file below, located inside the dvd folder to install your software.@ECHO OFFECHO.ECHO Bezig met installeren van dvd decrypterECHO Even geduld a.u.b.start /wait dvddecrypter\SetupDVDDecrypter_3.1.9.0.exeECHO.echo bezig met dvdshrinkecho Even geduldstart /wait dvdshrink\dvdshrink32setup.exe /SP /VERYSILENT /NOREBOOTECHO.ECHO Bezig met instaleren van AnydvdECHO Even geduldstart /wait anydvd\SetupAnyDVD4572.exe /secho.echo Bezig met installeren van nero burning romecho Even geduldstart /wait nero\nero6603.exe /SILENT /SN=1Axxxx-xxxx-xxxx-xxxx /WRITE_SN /NOREBOOT
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