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 a value to text file
Name: ahmedss2009 Date: April 29, 2009 at 04:22:01 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hi
A task which will run based on values provided to a parameter in textfile. i.e param1 = 123 Now i am paasing this value dynamically using a variable to that tast i.e param1 = B1 at this stage i am not touching the file to provide values to param1.
Here comes the requirement. If i want to run the job i need to use in double codes with the param2 referring to B1 i.e(param2="B1=123") this is my required notation for my task.
Can some one tell me how can i refer a variable from batch file to again a variable in text file.
Summary: I'm trying to write a VB script for an HTA to go with a batch file that has already been written. The batch file currently prompts the user for several port numbers on a switch (one at the time). I'...
Summary: "I've tried making the controls static" Controls are almost never static... Controls are objects that belong to a form, and typically they will need access to other form elements (like a close button ...
Summary: hello all, i just recently got started programming in C++ using tutorials on the web and i'm learning how to read and wright to text files however i am stuck. i want my program to simply output the # ...