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.
Storing into variables
Name: Spoonman184 Date: November 4, 2007 at 22:57:03 Pacific OS: Windows XP SP2 CPU/Ram: AMD Duron 512MB Product: Not Sure
Comment:
Is it possible to grab text from a text file and store it into a variable within a currently running batch file?
Summary: I would like to list all .txt files or any given extention in a specified directory in flat format. dir *.txt /b the output would look something like: something.txt somethingelse.txt then I would like...
Summary: Hi all, I have been puzzling over this for a while and can't crack it. Please help! I need to store the FIND result into a variable. Thank you. setlocal enabledelayedexpansion for /f "tokens=* delims=...
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...