Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
first word from textfile into var??
Name: PeterPOL Date: July 6, 2006 at 07:15:37 Pacific OS: Win 98 Se /DOS CPU/Ram: too old Product: secret:P
Comment:
I've seen the post with the first line but still don't know how to deal with first word... I have a list with two columns and just want to use the first one (I need first word from each line)
Summary: Hi, I'm using blat (http://www.blat.net/) to send emails from batch-scripts. (w2k command environment) I always used sent my emails directly to the smpt-server name, but that will not work anymore. In...
Summary: I'm reading variables in from a text file line by line using: FOR /F " tokens=1 " %%i in (DIRLIST.TXT) do DIR C:\%%i > %%i.TXT the purpose is to output a list of files from the directories listed in t...
Summary: hi, i try to write a batch file that have to run under dos 6.22 (thus, no for loops ;o)) I try to set the first line from a text file in to a variable but all i see is a example for under nt4 or w2000...