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.
Need help on batch file
Name: raghuprasad Date: March 6, 2009 at 00:16:40 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hi,
I need to write a batch file which takes 2 user inputs. 1st input is the complete path for a exe file. (eg. program.exe), 2nd input was an argument to the program.exe (e.g argument.config). Am able to get the user input from my batch file. Later am stuck up with executing the exe file which is located in the path user has entered.
Summary: Hello I'm new to this forum And I'm a noob at programming (I don't even know the "C" of "C++" :)) I was messing with Batch file few monthes ago and I found a way to use shutdown commands I goto a scho...
Summary: Hi, Can anyone help me with this script..what i need is a script or a batch file to do: 1. FTP get from one location for a specified file. 2. Zip the file. 3. FTP put to another location 4. Rename the...
Summary: I have a text file that has several lines of information in it. I am trying to create a batch file that will append the date to each one of these lines. Any help will be greatly appreciated. ...