Summary: I have a directory "Original" with multiple directories inside of it. Each of these directories have a .pmd that I need to copy to another directory "...
Summary: I would like some help with coding a batch file to copy one file to multiple directories. These directories are all sub directories within a main fold...
Summary: Is there any way to copy a folder from one directory to another if the folder name contains more than 8 characters including space(s)? Suppose I want ...
Summary: Hello! =) Okay. I have an old Compaq Armada 4150 laptop. I bought an addon for it that has a cd. The cd worked fine while in Windows, until I formatte...
Summary: I would like to copy ALL word files on an entire HD (from any directory that they might be located in) to one single folder on another (network) drive...
Summary: Perhaps someone can help me with this. From a directory with many files I just want to copy the 10 last files to another directory with a bat file. So...
Summary: When copying a entire directory to floopy from DOS Does anyone know how to get DOS to prombt you to insert another disk in floopy when floopy runs o...
Summary: A co-worker once printed me out a list of files in multiple directories from DOS with a command that wrote everything to a word doc. It was something ...
Summary: There are several small programs that will do what you want, one is xxcopy I've used it in DOS mode to copy the Windows directories via a laplink cabl...
Summary: xcopy alone will only copy the root directory from source to target drive. That is why u need the /s /e to copy all subdirectories and empty directori...
Summary: Using XCOPY, I can manage to copy all the .MP3 files from one drive to a single folder, including the ones in subdirectories. However, a directory str...
Summary: I'm sorry, but I disagree with you, Keith. It's the /S is NOT necessary since he is already using the /E switch (which is the same this as /S/E) This ...
Summary: Instead of making 3 CD's what I did was a fresh install MS-DOS 6.22 onto a clean harddrive. Created a 6.22 bootable CD/R and copied root files & \DOS ...
Summary: xcopy is the way to go in basic dos. For your version try help xcopy or xcopy /? From win98 Copies files and directory trees. XCOPY source [destina...
Summary: What you have to do is delete all the files in the dos directory or move them to another directory. Then copy the DOS directory files from the 6...
Summary: How can I write a batch files to copy all zip files from different directories to my own? Also, how can I tied it with the Windows Scheduler to run it...
Summary: What you need is not this: X: cd win98 oemsetup.exe but this: X: cd win98 setup.exe But it's better to copy the win98 directory to the HD and install ...
Summary: help I need to copy some files and directories about from one directory to another within DOS 7. However when i do so using either xcopy or xcopy32 i...
Summary: I need a little guidence in writing a batch file for copying files from one directory on a drive to a directory on another drive. I am very new at th...
Summary: Hey all, I am running DOS 7.10a stand-alone on a reformatted DELL computer. It is set up with multiple boot configs, some of which include USB flashd...
Summary: I need to show a total of 4 different ways a file can be copied using dos. Eg. Need to copy from A to C drive, I need to show 2 methods without showi...
Summary: I routinely have to copy a large number of files from a directory on a server to a directory on my local machine, and want to have it only copy those ...