Summary: This is a lighter, easier to understand script than the first part. Judago had came about helping me out with it but for some reason, it still aint wo...
Summary: this is the third time that i will be posting this msg.. i dont know but for some reason my post gets deleted! i have a 100% working script below.. ho...
Summary: Hi I want to make a batch file that creates variables by parsing a .txt file made from a "dir /b /n > dirlist.txt" command. Each line in the .txt file...
Summary: Here's an overview of what I'm trying to do: We have a number of employees that are running Office XP, Office 2003, Office 2007, plus Visio and Projec...
Summary: I'm trying to write a vb script for windows xp that will read a list of clsids from a text file then build a vbscript to build a batch file based on t...
Summary: I'm trying to figure out a way to ping a list of computer names from a txt file and then output the IP address to a text file using a Batch file. Can...
Summary: Hi, Is it possible to delete x number of lines from a CSV file using a batch file ? What I have is 2 CSV files with a Log of temperatures from an AirC...
Summary: I am trying to delete blank lines from a text file when executing my batch file. I used the code found on this site @Echo off For /F "tokens=1 deli...
Summary: Hello, I want to create an exe file from a batch file and 2 other exe file. How can I do this? I want it so that when I click the exe it runs the batc...
Summary: Hello guys. I am having trouble with my script. I need to get all lines lines to show from a text file. What I have is a chat script, that you can cha...
Summary: Hi, I'm trying to associate a type of file to an app from a batch file using reg add command: reg add hklm\software\xxx /ve /t reg_sz /d ""%cd%\prog.e...
Summary: Hi all, I am trying to read time from a binary file, but I couldn't get the right value. Each record is 112 bytes in binary file. time format is YYYYD...
Summary: Hi Eoin, This bat shows the structure to take command line parameters. We could just as well "hard wire" it to always process the same directories or ...
Summary: I am trying to create an automatic script to upload files from a cdrom. There are MANY directories on the cd and I will not know the names of the dire...
Summary: I am looking for help with a script that will copy files from a folder on a share on the server to a folder on many workstations. The script needs to...
Summary: Hey everyone, I'm trying to extract and sum a list of dollar amounts from a list. I need to be able to get a grand total from this list and pass it t...
Summary: Hi, I would like to take in variable from a text file and execute them in the batch file till it is over Below is the batch file that I use: @echo OFF...
Summary: I am trying just to return the drive letter from the %systemdrive% variable. Since the variable returns C: for the most part I would like to remove t...
Summary: Hi, I need to exstract part of a line from a ini file and use it later on. Within the ini file i need to find: Keyfile: P:\notes\notes.id but all i ne...
Summary: Hi Guys, I'm a newbie to batch programming. I had created a batch file to read a line from a text file. example: Hello world 1234 However i would like...
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: Very simple: I'm trying to extract particular lines from a small text file. Ideally using the Windows command line to take lines 1 and 10 from one tex...
Summary: Hello every1!! Look, I need to remove all lines that say "Echo is off." from a text file using Batch. How can I do this?? Thanx!! ;) El-Trucha ...
Summary: I'm wanting to have my program write data to a text file, and then have the ability to read back from it... so far I can get it to write to the file.....