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.
batch file to take input from .txt
Name: Ashay Date: February 25, 2009 at 21:36:12 Pacific OS: Windows Subcategory: Batch
Comment:
Hi all.
I need to create batch file which will take input from a text file and excuate command. My batch file will contains a following command dscvrbe -7 <IP_address/Machine_Name> -v 9 >log.txt
My txt file will contains IP address or machine name. which i need to replace with <IP_address/Machine_Name> in command in batch file. Please suggest me a code.
Summary: I have seen many posts and they helped me alot, still I am facing a basic issue. I am working on Win XP. I need a to create a batch file which takes inputs from a txt file, say var1_address = D:\abc\s...
Summary: I have an ini file that I would like to extract a value and pass that value through a condition statement to change value if doesn't exit. Does anyone know how to create a batch file to accomplish thi...
Summary: I have created a batch file to install updates from a mapped drive as follows: :start CLS ECHO Please enter correct update... ECHO. ECHO 1: Update 1 SET /P CHOICE= IF %CHOICE% EQU 1 GOTO A :A ECHO. n...