T Turfzilla Senior member May 25, 2004 424 0 0 Nov 1, 2004 #1 How do I move all the files in a sounds directory that start with the letter "c" to a different directory (i.e. music)?
How do I move all the files in a sounds directory that start with the letter "c" to a different directory (i.e. music)?
C CTho9305 Elite Member Jul 26, 2000 9,214 1 81 Nov 1, 2004 #2 use "move /?". You'll want to do something like "move c*.* music"