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.
passing variable between batch file
Name: thenewguy Date: September 15, 2003 at 15:15:56 Pacific OS: win98 CPU/Ram: P4 256DDR
Comment:
If i want to pass a variable declared:
set response=Assignment
how do i pass this variable to another batch file when using the call function?
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: I want to add a couple of lines to my batch files that move files from one directory to another. I want to use FIND or FINDSTR to search the file it is moving for the character "*" (Asterisk). If the ...
Summary: are you talking about the %1 things ?? you can pass information from batch files using the %1 as variables or thru the environment with set and %varname%...