Saved Bookmarks
| 1. |
Solve : Simple Batch File COPY? |
|
Answer» Hi, ... I was so far able to copy a file using a simple directory listing path with this command:^^^^^^^ has no spaces in it. Quote But if I try to copy a more extensive path i.e.,:^^^^^^^^^^^^^^^^ has spaces in it. Quote the batch does not work. Paths and/or filenames that have spaces in them necessitate the use of quote marks. Code: [Select]COPY "C:\Document and Settings\(username)\Desktop\Test.doc" "D:\Documents and Settings\(username)\Desktop" Let us know if that SOLVES it. Thanks Willy. I did the CHANGE as you suggested and the script worked. Quote from: Germain on April 05, 2008, 03:46:37 PM Thanks Willy. I did the change as you suggested and the script worked. You're welcome. See you later, AROUND CH here. |
|