most Posted April 26, 2005 Posted April 26, 2005 I have install.cmd I run under [GuiRunOnce]It works fins besides when I copy, deletes and run files, the two exampels below dosen't work, does anybody have a clue whats wrong?copy /Y "%systemdrive%\Install\Applications\TotalCmd\Total Commander.lnk" "%appdata%\Microsoft\Internet Explorer\Quick Launch\Total Commander.lnk"start /wait "%programfiles%\Update.exe"/M
tguy Posted April 26, 2005 Posted April 26, 2005 As for the Total Comander problem, check to make sure that the Quick Launch directory you are copying to actually exists during that phase of the installation.I have had that problem in the past and have gotten around using the md command or a vbscript to create the directory before I copy shortcuts to 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