Is it possible to create a batch file with a bunch of commands (commands.bat)
ECHO HELLO
ECHO HOLA
ECHO KONICHIWA
ECHO ANYONGHASEYO
ECHO BONJOUR
, then within a different batch file, CALL commands.bat
and only perform the command on line 2 or line 4 without knowing what is on those lines?