Summary: Hey I used your script but I got the error : ' and' not recogized as an internal or external command, operable program or batch file. I figured it out...
Summary: I have tried lots of ways to rename files by using a batch file but I can not add prefixes to the my old file names by using wild cards. Is there a wa...
Summary: Heya i got the following problem. I have a file (.ini) where i want to change 4 lines with a batch script. Those lines look like this: [w_zei_frame] x...
Summary: You mean in case you're coping a file and a file with the same name exists on the destination, then the file should be renamed to another name, e.g. f...
Summary: How can I rename a file to a file with a secuential number? Always taking the last number + 1 of course. For example last file in a directory is: c:\C...
Summary: I'd really appreciate if anyone could tell me how i can create a BATCH script that will take a list of all files in a directory, strip the extension o...
Summary: HI Wanna know if there is a solution if i want to access files of the same name within different sub directories belonging to one root diretcory? I wa...
Summary: Hi, I have a NT4.0 PC and I want to use a batch file to delete "old" files in a folder. Only those files which are older than two months should be del...
Summary: Is it possible to open and read a data file from a batch file? I am working on a make batch file and it would be very nice if I could open and process...
Summary: Can someone please help me with writing a batch file? I really don't know much about them. Here is what it needs to do if possible. In a dos promt I c...
Summary: Since you generate this file at different times of the day, with the same file name, you would have to do something like this: rename xxxx xxxx%1 move...
Summary: Hey, by the way, that source is for a batch script. Cut and paste it into a text file and name it with a .BAT extention, and then you can run execute ...
Summary: Is it possible to set a folders size using a batch file. ie: S:\people\*.* all folders under people i want to limit the folder size to 300MB, there ...
Summary: Can anyone help? I'm writing a DOS (in Winnt) batch file that makes another batch file. However, on one line I need to call ftp with a script file (i...
Summary: Hi all! I've a trouble renaming some files in DOS with a batch command. I have some files with generic .txt name and I must rename in MO.txt but files...
Summary: Does anyone know how to write a batch file to send an email using Blat.exe? I can send no problem from an msdos window, using the syntax: blat [filepa...
Summary: i saved a bunch of webpages off of a site, and many of the filenames ended up with like %2F instead of /, %3f instead of ?, and so on so i made a batc...
Summary: I have an MS Access .mdb file and I would like to be able to rename the database tables automatically. Is there a way to do this in a batch file? Than...
Summary: That makes a little more sense, but it seams to me that if you're going to use add, you also need to put them in a different directory in the reposito...
Summary: nathan wrote: > the wait programs wont exactly do > what i am trying to do What do you mean by that? "Wait programs" generally run for a specified amo...
Summary: Can anyone help me with this problem? I can't find a way to replace a line in the win.ini file with a dos command. The line must be somewhere in the m...
Summary: I have written a batch file which does some stuff on each of the network machines during logon. One of the first things it does is copy an exe to the ...
Summary: Hi, I want to know if anybody knows how to verify the presence of a valid drive. My task is to create a batch file that will "search for a file on di...