Summary: this will set to the 1st line only what if I have data in following format of txt file : var1_address = D:\abc\some_address var2_address = D:\xyz\some...
Summary: Hi all. I need to create batch file which will take input from a text file and excuate command. My batch file will contains a following command dscvr...
Summary: Hi everyone, STRIVE here. I am not a programmer. I hardly ever have to write my own scripts. Batch files is about the extent of what I do. I am a wi...
Summary: So I figured out how to add a menu when someone right clicks on a .mov or .avi and then they can click and it runs a batch file. That works great but...
Summary: I have a text file with one line of text [may contain multiple words] that I need to 'read' back into my batch file as a variable. This variable is th...
Summary: Hey! i have a txt file that contain a large numb of database! i need to delete the column that have a date less than 2006! can i create a batch file, ...
Summary: What I want to do is to be able to store every line in a variable and USE that variable after every line. I'm not trying to read the file, I know what...
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: I don't know if you can do it directly using just cmd.exe's internal commands. For example, the SET /P command echoes the password back. Does anyone k...
Summary: I know this is already solved but I would like to point out that the method you used in your post almost worked. Instead of inputting the whole text f...
Summary: So I am working on some SNMP scripting with a batch file and I need to be able to put the response from an SNMP query into a variable in my batch file...
Summary: In a batch file, i want the user to input a directory to save a file. however, i want an option to input '#' and the directory of the batch file will...
Summary: I need a batch file that will grab the specific numbers from a text file and put them into a variable. The numbers are frames from an AviSynth script...
Summary: say i had this in a text file: "del 1.txt" Is it possible to inport this into a batch file, not just being type on screen but being used as a command....
Summary: Ok this is what I would like...... firstly i would like a batch file for windows xp which can take input from the user by asking for an occasion and c...
Summary: I am trying to construct a batch file that lets someone remotley execute either a command prompt or task manager. I have that part done but what I wa...
Summary: I created this batch file (XP Cleanup.bat) to faster automate deleting temporary files. I currently have the batch file logging the user, start, and ...
Summary: You use /p if you want some input assigned to the variable. i.e user input set /p Name=What is your name?: echo Hello %Name% & pause file input set /p...
Summary: Alright, I think I nailed it. Here's the output from the final batch file (pasted below). command line: tester \ Total space: 155 GB Free space: 146 ...
Summary: Hey all, i'm trying to write a batch file that will read a text document (we'll say input.txt) and can isolate a block of the text within it, and port...
Summary: I would like a batch file that deletes the first "x" amount of characters from a given text file. VBS would be appreciated also. crappy OEM comptuers....
Summary: Hello all. I have created a network administrating and monitoring program with batch scripting and am now going back over it to update it. One thing i...
Summary: Hello, I have a text file (music.txt) that contains many lines of song names without extension, eg: Song Name 1 Song Name 2 etc I need a batch file t...
Summary: hi all I have a bunch of txt files from which I need to extract different set of lines: from line 1 to line 3 to be stored in a single comprehensive f...