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.
create comma separated list of name
Name: ammu Date: September 10, 2008 at 08:43:33 Pacific OS: Windows XP CPU/Ram: 2gb
Summary: I would say you need to put this before the for loop. setlocal enabledelayedexpansion That allows variables to be updated inside of a for loop. The variable then needs exclamation points (!) instead o...
Summary: @echo off :: ScanIni.cmd -- scan .ini files if not "%2" == "" if "%3" == "" goto :start echo. echo Usage: ScanIni ini_file section echo Sets variables named in specified section of ini_file to their ...
Summary: Yes, I was using the "Set" command more help in command prompt at set /? to set a variable called computerlist to point to a text file called list.txt that would contain a list of computer names or we...