nrbr Posted August 4, 2007 Posted August 4, 2007 Sorry, I am trying to write in English...I need to create a .BAT files.There's a path in the code: c:\meus documentos\folder\...The code don't work. I know that if I use: c:/meusdo~1/folder/... The code will work.There´s some way I can use the path c:\meus documentos\folder\... ?There's some site where I can find information about creating .BAT files (how to make loops, get users input etc.) ?
Tarun Posted August 4, 2007 Posted August 4, 2007 Wrap it in quotes. Any time you have a space, simply wrap it in quotes.Batch File Tutorials
nrbr Posted August 5, 2007 Author Posted August 5, 2007 (edited) Wrap it in quotes. Any time you have a space, simply wrap it in quotes.Batch File TutorialsThank you! Edited August 5, 2007 by nrbr
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