Summary: As basic as this should be, I don't know the maximum line length permissible in a batch file. On a command line I know its 127 characters, and I know ...
Summary: guys, can u please tell me as how to specify a enter (presing enter key) in a batch file.am coding some debug ruotines in a batch file.one of ...
Summary: Can anyone help me. I made a btach file and in the file is a commandline with the command rename. But the rename command is a share command wich not w...
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: 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: 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: 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: 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: 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: 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: 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 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've created a batch file with a menu inside, 1 to 7 choices. When I execute the batch file, the DOS window pops and closes right away and I don't kno...
Summary: All you need to do is set the partition as active, i think its just one byte that needs to be set, i had a program once that would do it for me. I kn...
Summary: Hi guys. Do you know of a way to open an MS application from a batch file? (i.e. without giving direct path to .exe since this varies) Obviously ju...
Summary: I forgot to mention, to make this info useable in a batch file you might want to dump it into a txt file. Then use your favorite language to parse th...
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: Okie dokie. I'm sure SOMEONE will laugh at this, but that's okay. I have a directory, say MP3s, with many more directories of artist names, and with...
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: 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...