Search found 3 matches
- 09 Mar 2020 15:25
- Forum: DOS Batch Forum
- Topic: batch file to move all files from one folder to another
- Replies: 3
- Views: 5339
Re: batch file to move all files from one folder to another
how do I add a Progress Bar of %? @echo off title Loading... By El Mano color 0a set load= set/a loadnum=0 setlocal set prompt=$g$s :: pulls from a folder (o) the files into the backup (b) [backup-n] :: which have been inserted or edited at another folder (i). :: copies new and edited files to the f...
- 09 Mar 2020 14:26
- Forum: DOS Batch Forum
- Topic: batch file to move all files from one folder to another
- Replies: 3
- Views: 5339
Re: batch file to move all files from one folder to another
MoveintTree keep quitting.
- 08 Mar 2020 22:31
- Forum: DOS Batch Forum
- Topic: batch file to move all files from one folder to another
- Replies: 3
- Views: 5339
batch file to move all files from one folder to another
how to make batch file to move all files from one folder to another?
s:\tv and all sub folders to z:\tv.
s:\tv and all sub folders to z:\tv.