Summary: Hi Dave - many thanks. After all this time, I never realised we had this facility. Is it something that has been added in recent years? Incidentally I...
Summary: Hi, I wanted to move/copy a directory with a wildcard included. Something like... C:\folder\*123* I tried quite a few different ways but keep on getti...
Summary: I dunno how to move directories, but I guess you do. To strip out the ones to leave alone, change this: ('dir %INPUT_FOLDER% /b/ad') to this: ('dir %I...
Summary: Hello, I hope someone can help me out! What I want is, moving folders to another directory after, for instance, 1 month. Many thnx in advance!!! (me D...
Summary: Change FF Cache: It is a user level tweak. IOW, must be changed in each profile: In the profile's directory (same place you find bookmarks.htm), look ...
Summary: Those do not work. If you try to deltree windows in 98se it will never finish. The only thing I have found is that you can do in and delete everything...
Summary: I would like to know the DOS command to print a directory to a file. I have several thousand files I need to have a hard copy index of, and would like...
Summary: Depends on how you want to do it. If you are in the directory of the files to be moved, and you want to move all the files up one level, then: move *....
Summary: I am having problems writing a move script. I want to move a single file to a different directory. Here is my script move c:\program files\zai net ...
Summary: You don't mean to include the files on subdirectories from the source directory (c:\abc) on that moving process, do you? About that sorting, where you...
Summary: i have little experience @ batch-scripting it shows in the question :-) i want to move files to c:\program files\etc. but it always gives errors i te...
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: How do I search for a field within various text files then move that file to another directory. E.G. find "D0041001" * This works now I want to move t...
Summary: If the files are on the CD and your final destination is on the hard drive a directory level above, why not just copy them to the right directory, ins...
Summary: Hello, I need to purge my system of *.log files from logs directory. I would like to have and batch to move files to another directory, delete them fr...
Summary: I used edit to look at vmm32.vxd. I did not save any changes but had to move the curser a long ways to the right to search the file for text strings. ...
Summary: I am writing a batch process to move files from one directory to another. However, if a file is in use (being written) I either want to wait (retry) ...
Summary: I am trying to delete a directory that seems to be corrupt, but when I dosdel I am told the directory cannot be deleted. When I try to list the files...
Summary: I've got the following batch file that is intended to rename all files in the "logfiles" directory...which works fine. Then I need it to move all tho...
Summary: Should be pretty simple Liz. If you can run the program directly from the floppy you simply need to move the contents of the floppy to a directory on ...
Summary: I have about 100 directories which contain 1 file each. (Unique names, same extension) How do I copy/move each one of the files to a common folder? T...
Summary: Supposing I have some backup files in a directory that look like this: > > Northwind_db_200102012100.bak > Northwind_db_200102022100.bak > Northwind_...