Computing.Net > Forums > Disk Operating System > Moving Directory with Wildcards

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.

Moving Directory with Wildcards

Reply to Message Icon

Name: Jonsby
Date: May 14, 2009 at 04:01:37 Pacific
OS: Windows XP
Subcategory: General
Comment:

Hi,

I wanted to move/copy a directory with a wildcard included. Something like...
C:\folder\*123*

I tried quite a few different ways but keep on getting errors.



Sponsored Link
Ads by Google

Response Number 1
Name: DAVEINCAPS
Date: May 14, 2009 at 12:04:30 Pacific
Reply:

First of all you're not using wildcards right. ? replaces a single character. * replaces a word. You might check some of my comments here:

http://www.computing.net/answers/do...

Then something like copy c:\source path\files c:\destination path\

would probably work, where 'source path' and 'destination path' would be replaced by whatever applied in your case.

You could also check into using the REN or MOVE commands. Just type REN/? or MOVE/? at a dos prompt for help.


0
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Moving Directory with Wildcards

Move directory www.computing.net/answers/dos/move-directory/16776.html

DOS directory with today's date & time www.computing.net/answers/dos/dos-directory-with-todays-date-amp-time/10948.html

Naming directory with current date www.computing.net/answers/dos/naming-directory-with-current-date/14156.html