PDA

View Full Version : Is There A Move Command In A *.bat File


Gavin Crumpen
06-30-2005, 09:29 PM
Hi, is there anyway of moving a file to a differant location using a *.bat file? If there is, could i please have the command.

Thanks

marek_mar
06-30-2005, 09:57 PM
The "copy" command?

oracleguy
06-30-2005, 10:39 PM
Actually it'd be the "move" command.

See move /? for more information.

Gavin Crumpen
07-01-2005, 11:04 PM
Thanks, I will try that.