Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch Move - Undesired warning msg
Name: Brolon Date: January 30, 2009 at 00:35:03 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hello everybody,
in a BAT file, I execute :
move %SRC% %DST%
If the source folder is empty, I received an undesired message :
"The filename, directory name or volume label syntax is incorrect".
Is there a mean to avoid this message to display ?
Summary: hello, I tried to organize my music folder, so I used a program (tagscanner) to rename all my files from their ID3-tags. I also moved every file in folders with the name of the artist (also with tagsc...
Summary: I have problem with a batch file. I'd like to do this, but can't. move *.* ..\newdir overwriting existing. I've tried xcopy *.* ..\newdir rd *.* but does not work...! Any ideas ? Ravey Dave ...
Summary: Here's a little batch I've been using to move files with full paths specified in a txt list (filelist.txt) to a folder called "files" on the C drive: @echo off for /F "delims=" %%i in (filelist.txt) d...