Summary: Turn off computer Turn on computer Kidding! Try doing some reading on terminating windows tasks. The pros will be able to help you further ...
Summary: Isn't there a method for doing this without writing the output to a file, reading that file contents and then writing the results to another file? ...
Summary: I think you have a good idea. antivirus "pattern recognition" has always seemed klunky and too much overhead (constant updates of "virus pattern datab...
Summary: I'm sure I've seen this same question in the recent past, which tells me that this is a homework assignment. What have you tried? Which language do yo...
Summary: hi all, m new to this site and read some others post regarding coping,deleting etc using batch files. I would like to know is it possible to copy mult...
Summary: if your system is running task scheduler (schtasks.exe), I would use "at" command to run your batchfile, and put a 15-minute timer advance into the ba...
Summary: Hi I have to import a file.txt with real E notated (like 2.3E-12) numbers in 2 columns in it (coordinates basicly - x and y) in to C or C++ Do you act...
Summary: my system doesn't have "RN" command. i tried ren, copy, and move and got "filename, dirname .. syntax incorrect" from the command prompt when using ct...
Summary: Sure! for /f "usebackq tokens=whatever delims=whatever" %a in ("your file") do md "%a" For anything that's actually helpful, we'll need some of the co...
Summary: I'm building a program which will contain a short movie. I've built a simple media player that can read files by path (by a great article I've found)....
Summary: this might work, i haven't tried it yet. two files are required however, even though it is just testing one file, if you want to test each line of the...
Summary: "I can find the pieces to make this work" What pieces do you have? "I can turn the batch file into an executable" If you do, please let me know. ===...
Summary: is text in file "A" at a specific line, or do you want text based on the contents of the text (f/e: if line contains "AARDVARK" insert this line into ...
Summary: Hi I need to delete the first 27 lines of a file then write in a line on top; I have the script which do exactly the same but since the file I need to...
Summary: Hello, I am trying to do something that would seem simple enough here but I can't seem to figure it out. I am trying to make a batch file that will ch...
Summary: Hi all, I am trying to build some sort of API made of batch files. Each of them needs to be able to output one or more parameters. These batch files w...
Summary: I want to put a batch file on all of the computers on my network, but I don't want to do it manually. Is there a way to transfer a file to a computer,...
Summary: i need mega help i am doing my HND at the moment i hate batch files i need help to make a batch file that will backup all files from a secified locati...
Summary: @echo off & setLocal EnableDELAYedExpansion for /f "tokens=* delims= " %%a in ('dir/b Example*.file') do ( for /f "tokens=3 delims=_" %%i in ("%%~Na...
Summary: Hello experts, i hv a problem now. Hope someone help me I need to create a batch script that compare two text files (lets say test1.txt and test2.txt...
Summary: I am trying to write a batch file that will iterate through the files in a folder. As soon as it hits the 4th one (and subsequent ones) it will move t...
Summary: Hi, I have a txt file that contains data in the following format: 1200-1678,,1,C1356 1000-0076,,1,C1357 1000-0051,,1,C1358 1000-6848,,1,C1500 1000-684...