Greetings!
I am setting up an installer, and with XP we used the following syntax to copy settings folders and files to the local computer(%APPDATA%) from a network drive(%INSTALLERDIR%):
XCOPY /Q /Y /E "%INSTALLERDIR%\Prefs\Application Data\*" "%APPDATA%\" >NUL
When I try to execute this command, I get a parse error. I have verified on the cmd line that both folders are accessible without error.
Any ideas? A coworker suggested that I try to copy it to another local folder and then move it from there as it may be a permission issue with W7, but I tried to save it to my desktop and the root folder and neither worked.
Thanks for any help you can offer!
- Dan
I am setting up an installer, and with XP we used the following syntax to copy settings folders and files to the local computer(%APPDATA%) from a network drive(%INSTALLERDIR%):
XCOPY /Q /Y /E "%INSTALLERDIR%\Prefs\Application Data\*" "%APPDATA%\" >NUL
When I try to execute this command, I get a parse error. I have verified on the cmd line that both folders are accessible without error.
Any ideas? A coworker suggested that I try to copy it to another local folder and then move it from there as it may be a permission issue with W7, but I tried to save it to my desktop and the root folder and neither worked.
Thanks for any help you can offer!
- Dan