driddickemc
IS-IT--Management
Trying to do a for loop in windows command line. .not even sure if this is possible.
Have a file..
AAAA
BBBB
CCCC
DDDD
need to run command on it..
for i in `cat file`
do "some_command file"
done
Can this be done in the windows command line ? I have about 300 lines in this file in this would help tremendously. Thanks for the help in advance
Have a file..
AAAA
BBBB
CCCC
DDDD
need to run command on it..
for i in `cat file`
do "some_command file"
done
Can this be done in the windows command line ? I have about 300 lines in this file in this would help tremendously. Thanks for the help in advance