Summary: So, it's just a batch file to copy a file from floppy to C:, right? You mentioned that user will input the file name in format, for instance "D033ddmm...
Summary: You leave a lot of puzzles with your question such as what CD recording software do you have. Now days you usually drag and drop what you want t...
Summary: Hi, can some one please help! How can i get a batch file to run when ever someone logs off a computer. Is this possible? Also how can i get a batchfil...
Summary: I have a large directory of .bmp files and each day I need to randomly select 20 of these files and rename them in a consistent way (e.g., pic1.bmp, p...
Summary: I would like some utility that will allow me to convert batch files to a format that I can map to a shortcut key. I have tried: bat2exec and TurboBat,...
Summary: How can i create a batch file to ping a series of ip address...and write to a log the result of the ping.. e.g: i wan to ping to 192.168.0.1 - 192.168...
Summary: I am not too familiar with writing batch but is there a way to write a batch file to change the sa password... if that is possible, is there any way t...
Summary: Hi every body I want to create a batch file that will run a command at a specific time but i want to exclude some days like saturday and sunday wh...
Summary: I am attempting to create a batch file that will automatically launch a dial up connection. I will eventually be using the script on Win 98 PC's but f...
Summary: I would like to use a batch file to copy a file so that the new file includes the date: i.e. save file as Today's date + a space + Final the saved fil...
Summary: I need to create a batch file to which I can pass 2 parameters to create, type and save a text file. Edit and copy con require additional keystrokes o...
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 want to write a dos batch file to change the name a file from its original name to a timestamp (e.g., the key command would be: ren file.txt mmddhhm...
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 inf...
Summary: I have been trying to write a batch file that is deployed to all the machines in our building. Upon running the BAT, the script will write the comput...
Summary: I need to create a batch file in Windows 2000 to delete a directory and it's files. My problem, I don't know the switch to use to confirm deletion. ...
Summary: Yeah, that is possible, though much more complex. I'll assume two things: 1. By "all [aec] tag IDs found in all text files" you mean all [aec] tags fo...
Summary: I have a C program (prog.exe). During the execution of this program, will ask the values from the keyboard to continue execution (like enter a value,...
Summary: OS = W2K P4 1.8ghz I have a similar request. What I need to do is. I need to copy a users specific folder off the server. There are many users and ...
Summary: Hello, I am trying to write a batch file that will create a new directory labeled with the current date, and immediately open this new directory to co...
Summary: Hope this helps. I can think of better ways to acquire info re: com ports, however - DOS' base programs, like type,mode, etc can have console output r...
Summary: I'm trying to write a DOS batch file that will determine which files are in a directory on a remote unix box and then write a ftp script go 'get' each...
Summary: NT systems have the %OS% variable set by default to 'Windows_NT', and non-NT systems don't. So, if you just want to act depending if the OS is NT (Win...