Summary: hi.. sorry if this sounds dumb...but i always wondered is there away to create a self destruct batch file ??? i mean if the file is executed it should...
Summary: How can I create a self deleting batch file. i have the batch file and I know you can use the del command but what I want to do is have it self delete...
Summary: There is a way to work around my posted NO to self-deleting batch file, but a third party utility is required. First download Sleep.exe (freeware) fro...
Summary: This was takin from another post >"About your question on deleting the batch file the answer is NO, a batch file can't delete itself " </b How ab...
Summary: Hi, I'm trying to configure a number of USB drives, using the Windows command prompt. The 1st part of the config will convert the existing file system...
Summary: Hey all, i'm running into a little problem with my batch file. To explain, i am trying to use the rename command (as well as a few other commands) tha...
Summary: Hey all. I'm trying to write a batch file, but I'm in the process of self-teaching the commands, so I'm wondering if someone can tell me whether or no...
Summary: I need to have a batch file that replaces all '.' except for '.csv' in file name to '_' for all files in a folder. Any help would be greatly appreciat...
Summary: There are some batch file "compilers" out there. A google search of "batch compiler" will bring up many. Most of them just compress a text file and ma...
Summary: I would like to kill a java process it self for using TASKKILL i need to get the current processId can any on ehelp me on how to get that from java ru...
Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it shou...
Summary: I want to make a batch file that takes a file as a parameter, then connects to a predetermined FTP server and uploads the indicated file, then quits. ...
Summary: Does anyone know how to create a batch file that will automatically get the current date in the format year month day eg. 20060206 (using todays date...
Summary: Hi, I'm very new to writing batch files. I've written a very simple .cmd file to make a couple directories and copy some files into them. This file...
Summary: Hello, I want to run a batch file every couple of hours, that will take the input from a text file and put it into a field in a command I want to run....
Summary: Hi Batch Experts, I have a batch file that (on exec) prints all the files (filename.ext only) in the current dir to a notepad and saves the txt ...
Summary: Does anybody know a way to catch the breaks in a batch file, for instnace if someone presses Ctrl-c then a series of commands can be executed, eg. cle...
Summary: hello i am running a network at school.i need to log all the computers (after using net view) to a notepad. can you do this for me using a batch file?...
Summary: Hey, I have a batch file that I have written that will (eventually) install a few files onto the users computer from a CD Rom. However, I am wondering...
Summary: Hello all and thank you for reading my post. I have a question about a batch file. I have a batch file that will uninstall certain programs by select...
Summary: hello- i would like to create a scheduled task with a batch file. i have used schtasks correctly but whenever it creates a task it wont run. if i ins...
Summary: I need a batch file that will scan multiple subfolders in one folder, look for the most recent modified file in the subfolders, and set the subfolder...
Summary: I want a batch file to open internet explorer and pass it a specific html file to open with. e.g. "c:\program files\internet\iexplore.exe" c:\temp\123...