xtremexxx Posted July 5, 2004 Posted July 5, 2004 Hi ....I am having a strange problem in runonceex.cmd, check it out , this a portion that is giving me the problem:REG ADD %KEY%\070 /VE /D "Total Commander 6.03a" /fREG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\totalcmd\tcmd603a.exe" /fREG ADD %KEY%\070 /V 2 /D "copy %systemdrive%\install\TotalCmd\wincmd.ini %systemroot%" /fREG ADD %KEY%\070 /V 3 /D "copy %systemdrive%\install\TotalCmd\wincmd.ini c:\totalcmd" /fREG ADD %KEY%\070 /V 4 /D "copy %systemdrive%\install\TotalCmd\wincmd.key c:\totalcmd" /fIt says it can not find the copy command ! , it works in my windows now, but not when I test the unattended version, thats just about all.... THANKS,xtreme
sleepnmojo Posted July 5, 2004 Posted July 5, 2004 Put aCMD.EXE /Cinfront of each copy command. Copy is a part of the cmd program, not a program, which is why you need it.
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