Summary: I have problem writing this batch file to read a text file. Been using the for /f command but doesn't seem to be working. This is a sample of the text...
Summary: I have this text file that is one long string with no carriage return. What I want to do is a line break or carriage return whenever it finds the ...
Summary: Set fso = CreateObject("Scripting.FileSystemObject") With fso.OpenTextFile("a text file", 1) On Error Resume Next Do Until .AtEndOfStream fso....
Summary: I need some help making a batch file than can parse a text file containing data on each line. At the same time, it needs to discard any "non-English" ...
Summary: How to I convert this batch information to a vbs file @ECHO off cls set t=2 if "%date%z" LSS "A" set t=1 for /f "skip=1 tokens=2-4 delims=(-)" %%a in...
Summary: Hi all, I'm writing a new batch file to check the total and free space of certain network drives. It'll run every morning so that when I arrive, I'll...
Summary: Assuming you have a drive Z: mapped to the correct directory on your file server, the following batch file will list file names with their modificatio...
Summary: An update. I tried a batch file with just @echo off in it and nothing else and ran it, I get the same error. So I know now its now your script. But n...
Summary: Now that I look at it, you could skip writing to the text file, then reading from it, I think to do exactly what you want you could simply just read ...
Summary: Hello, I'm trying to parce a file with 100s of "tokens" separated by ";" The current format is somthing like the following Data One; Data Two; Data ...
Summary: trust me, 27MB worth of goodies!. csv modules to parse csv files, tar module to archive your files, gzip module to compress your files, urllib/urllib2...
Summary: Reno is using the same basic moves I am, but with significantly more sophistication. Rather then using ECHO to send each stat value to a text file i...
Summary: I've been trying to create a batch file that reads a PC name and username from a text file and then executes a robocopy command. Once that command co...
Summary: This will accomodate up to 5 tokens. You can strecth to fit. ::== par4date.bat :: get date str into var from filename with _ delim :: the next sectio...
Summary: I have a file that I need to reformat via either a batch file or VB Script. original sample line of text "20070301000231","501",65385,21.472,"0008" "...
Summary: Hello, I am trying to create a batch file to parse a log file, find some timestamps in a specific format, change the format of the timestamp, then dis...
Summary: "Saw a few softwares that can do them "text crawler" but nothing that can be doen through a batch file." If you are open to using third party utilitie...
Summary: I have a data file as follows 2000 08/18/2005 15:09:18 EDT 0508186076 2000 08/18/2005 15:08:12 EDT 0508185874 I have two other files called t1.txt and...
Summary: hi, im trying to make a batch file to type in my AIM password in the AIM Password text box...heres the code that will/won't work.... echo off title A...
Summary: I would like to create a batch file that will add an additional 1 to the front of an existing 8 digit text file,i.e... 11062169.txt-->111062169.txt 09...
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: Batch file adding text to file also adds a return? (Damn 35 character subject limits ;)) Hi there. Working on a very simple batch file; all it does is...
Summary: Is there a standalone .exe that can parse a certain text file with another file. Like I have 4 files, Good.txt Results.txt standalone.exe batchfile.ba...