996 Posted September 23, 2003 Posted September 23, 2003 I am trying - unsuccessfully - to copy something over to all users desktop.Why doesn't this work?echo Desktop Stuffcopy %systemdrive%\install\desktop\*.* %ALLUSERSPROFILE%\Desktop\echo.
GreenMachine Posted September 23, 2003 Posted September 23, 2003 Wrap the string with enviroment variable is quotes.echo Desktop Stuffcopy "%systemdrive%\install\desktop\*.*" "%ALLUSERSPROFILE%\Desktop\"echo.
996 Posted September 23, 2003 Author Posted September 23, 2003 Wrap the string with enviroment variable is quotes.echo Desktop Stuffcopy "%systemdrive%\install\desktop\*.*" "%ALLUSERSPROFILE%\Desktop\"echo.oh yeah, I should have thought of that! thank you!
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