How do I instruct the console command "move" in Windows2000 to move every file in a folder except certain ones I specify? I want to use a wildcard *.*, but there will be two files I don't want to move. Can I do this?
[update]
Thanks for all the suggestions, but I got it working! A simple "move" batch file does the trick, as I can prevent certain files from being touched by setting their 'read-only' and 'system' attributes. Beauty!
[update]
Thanks for all the suggestions, but I got it working! A simple "move" batch file does the trick, as I can prevent certain files from being touched by setting their 'read-only' and 'system' attributes. Beauty!