fatflock222 Posted July 13, 2004 Posted July 13, 2004 im trying to create a batch file to help my computer iliterate friend with a program install, the line i wrote, MOVE deadAIM.ocm c:\Program Files\AIM\ gets this error The syntax of the command is incorrect. i know its because the space between the file name "Program Files" because when i tryed to do it to "C:\" it works without a problem, can anyone help? thanks in advance
Skyfrog Posted July 13, 2004 Posted July 13, 2004 In those cases just use the 8.3 name, like this:MOVE deadAIM.ocm c:\Progra~1\AIM\
crofttk Posted July 13, 2004 Posted July 13, 2004 The more robust syntax would be:MOVE deadAIM.ocm "c:\Program Files\AIM\"
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