Summary: I need to backup some log files on one server by copying or moving them and renaming them over on the backup server. For example: I need to either co...
Summary: Hi every one :) I want to know how to rename files in subfolders using DOS command? E.X I have foder called My music under it I have 80 folders (arti...
Summary: Using win98se, my directory command gives me corrupted file/directory names and wrong dates and sizes when I access my 1.44mb diskette in A drive when...
Summary: I have Windows 95 with all the updates and stuff (sr2 or what-ever). Fat 32 as well. On boot-up I have my startup files give me a choice to boot into...
Summary: use dir *.txt and it will list only text files. you can use this for any tag. like dir *.com or dir *.exe and will list only the files you want. ...
Summary: Batpower works but it errors out at the end with memory error. Is it possible to create a batch file that will work in Win 95\98\NT\2000 that will se...
Summary: I want to create a file with Date and time in one line thru single command. currently I can do only date by "date /T > file.txt". But I want both date...
Summary: Is there a way to convert a multsegmented .exe file with flat binary code to machine code of one segment for the purpose of booting another self made ...
Summary: I am wondering if it is possible to create a batch file that could search a directory for all occurences of some string in file names and then replace...
Summary: In my c: ...i want to delete files with names in numeric....for e.g 12345678.dbf (the file names do not hv any characters....all numbers)...how to del...
Summary: How do I create a batch file that would rename files from a directory based on this format: 12345.67a (from original file of 2001234567-A1.txt) - the ...
Summary: I use msdos 6.22 I got an error (out of memory) when I try to open a file with the edit v1.1, the size of this file is 385kb. I test with a lower buf...
Summary: Hi there !!!! I need to rename files with the following naming convention. 9000001.txt, 9000002.txt,,,,,,9000999.txt to P001.txt,P002.txt,,,,,,,P999...
Summary: LionKing, There was in DOS a Replace command which would replace older files with newer files..Only those with same name and later date...It's no long...
Summary: I have the batch file utilities from Horst Shaefer. Using one of these, I can create a data entry form in a batch file. The info typed in become set v...
Summary: Wondering if it's possible, and if so how, to exclude the newest or most recently created/modified (shouldn't matter which) file when renaming all fil...
Summary: I wrote a qbasic ( program to create a .bat file which creates and sets an environment variable. I then use value of the environment variable for the...
Summary: I need a batch file that can compare the contents of 2 sets of folders (folder#1 and folder#2) by name and then do the following for all files: If a f...
Summary: In theory you can use ? in place of certain characters, whereas the * is used in place of a character plus all following. e.g. FILE??D.* copies the fi...
Summary: I am having a prolem. I wrote a small program in batch and thought I'd convert it over to a com file but the I encountered a problem. The batch sere...