Hi. How to copy some files to directory that runing batch file is in it?
for example I runed a batch file and want copy all files in "D:\new Folder\Pic" to batch file directory
How to copy some files to batch file directory?
Moderator: DosItHelp
-
- Posts: 84
- Joined: 08 Sep 2010 10:25
- Location: Iran,Kashan
- Contact:
Re: How to copy some files to batch file directory?
Code: Select all
copy "D:\new Folder\Pic\*.*" "%~dp0"
-
- Posts: 84
- Joined: 08 Sep 2010 10:25
- Location: Iran,Kashan
- Contact: