Summary: Maybe someone on this site can help me. I need a batch file to rename files. The way it needs to work is: you open the batch file and it asks you to p...
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: 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: Hi. You can also use edlin text editor. It's kinda difficult on the begginnig, but since you learn it, it's easy. And it's VERY VERY useful, since you...
Summary: I'm trying to create a batch file that will run crc32.exe on all files in all folders from a certain folder level. I'm not sure how to write the all ...
Summary: My digital camera saves 21 or 42 pictures to a flash card always with the same 21 or 42 file names. I'd like to write a batch file that would rename ...
Summary: I am looking for a way to have a batch file create a file name using the system date. For example if I want to use a batch file to retrieve backup in...
Summary: I would like to create a batch file for a client/server environment which run if the date of the file does not match. How would the if statement be w...
Summary: Is there a way to pass an argument from the dos prompt to a batch file. I'm wanting to do the following: test.bat ARGUMENT What do I need in the bat...
Summary: I'd like to give a path to a batch file to copy some files in that path. Could you please let me know how can I do that? I've used the following but ...
Summary: i am trying to create a batch file which counts up by 1 each time it is executed, and performs a certain operation based upon the run number. this cou...
Summary: I'm running a batch file in dos, and in certain situations, the program will prompt me to answer a question. Is there any way I can have the question...
Summary: Hi, I need to create a batch file that will copy two text files from a server drive and append them to a history text file. I think I need to use the ...
Summary: Hi, Pretty much the subject. I would like to know if it is possible to move my mouse using a batch file. I would ideally like to move it randomly and ...
Summary: Hi, Is anyone able to tell me if there is a way that I can use a batch file command to rename a directory with the current date and time? I want to be...
Summary: hi: I want to write a batch file so that the following info is put into a text file: user name computer name log in date as each new user logs onto my...
Summary: To Delete a dir and all contents ... deltree [drive:/path/dirtobedeleted] So you woulden't want to type something like c:>deltree c:\windows ;-) -----...
Summary: Im running a batch file that gets info from the servers and puts the info into a txt file. However i need to put a new line between the info. I cant d...
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: I am trying to execute sql loader from a batch file . Do I have to just type in the command in the command sqlldr.... in the batch file ????? Can ...
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: Can a batch file count. I am in a DOS 6.22 class, and was given the assignment “Create a batch file that when invoked, makes a file that contains sub...
Summary: I am using windows 98SE and i am trying to set wallpaper in a batch file. I came here because the dos folks seem to be a little more knowledgeable ab...
Summary: I need to write a batch file that will close after it is done. I know you can change the properties to close on exit but that does not help me. I need...