twixt Posted January 19, 2005 Posted January 19, 2005 im trying to make a program run during my start.cmd. heres what i gotECHO.ECHO Installing Winrar 3.42ECHO Please wait...start /wait %systemdrive%\install\winrar\winrar.exe /sCOPY "%systemdrive%\install\winrar\program.exe" "%systemdrive%\Program Files\WinRAR"COPY "%systemdrive%\install\winrar\Rarreg.key" "%systemdrive%\Program Files\WinRAR"ECHO The winrar crack will now run just press ok! and then OK on the popup Then EXITPAUSEstart /wait %systemdrive%\program files\WinRAR\program.exebut as you may know i get an error saying that c:/program is not found. the error is the the space in program files. i tried program%20files but nothing willl work please help
Derkan Posted January 19, 2005 Posted January 19, 2005 You need to add quotes because of the space in "Program Files":ECHO.ECHO Installing Winrar 3.42ECHO Please wait...start /wait %systemdrive%\install\winrar\winrar.exe /sCOPY "%systemdrive%\install\winrar\patch.exe" "\"%systemdrive%\Program Files\WinRAR\""COPY "%systemdrive%\install\winrar\Rarreg.key" "\"%systemdrive%\Program Files\WinRAR\""ECHO The winrar crack will now run just press CRACK! and then OK Then EXITPAUSEstart /wait "%systemdrive%\program files\WinRAR\Patch.exe"(Not sure if the quotes on the last line also need the backslash. I don't think so.)But running a crack? Tsk, tsk.
twixt Posted January 19, 2005 Author Posted January 19, 2005 running program.exe bring up a cmd promt with the title c:/program files/winrar/program.exe wtf!?
Nologic Posted January 19, 2005 Posted January 19, 2005 Your not suppose to discuss cracks, keygens, warez or the like in general, this includes how to deploy them.Its a forum no no
prathapml Posted January 19, 2005 Posted January 19, 2005 start /wait "%programfiles%\WinRAR\Patch.exe"And yes, nologic is right. Cracks talk not allowed here.
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