Search found 1 match

by sqldba20
09 Mar 2009 13:33
Forum: DOS Batch Forum
Topic: Newbie... Need help with a Batch Script
Replies: 3
Views: 6018

Newbie... Need help with a Batch Script

I am a newbie to DOS Batch Scripts and need help writing a code. My requirement is to copy file names starting with "ml_*" (asterick to act as wildcard) in folder (X:\ABC) and all other files in folder (X:\PQR). Any help on this is appreciated. for %%a IN (U:\*) do ( IF %%a = &...