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.
Variables in messenger
Name: onliner Date: April 28, 2003 at 15:38:01 Pacific OS: Win XP Home CPU/Ram: 2.4/64
Comment:
Is there a way to send an environmental variable using net send messenger?
Summary: Hi, I am writing a Bat script where I want to read a log_file (like a text file) (It has got only one line...) and set a variable in my main script. Can this be done. Appreciate any help. Thanks ...
Summary: sir how i can use variables in batch files i need to receive return values from c -exe files to batch file variables and i want to check the values in the batch files ...
Summary: Thanks all. I figured it out, I just needed to use 2 %'s for the variable in the batch file. That allowed me to limit the operation to a single command that could be run within the for command. Sorr...