5
Riga di comando: file batch che chiama un altro file batch
Ho un file batch che chiama un altro file batch che esiste nella directory PATH (fondamentalmente chiamando un eseguibile con switch aggiuntivi.) : bar.bat: foo.bat file1.txt foo.bat file2.txt etc. In foo.bat: foo.exe -t -s %1 bar.bat esegue il primo comando ma esce immidamente (vale a dire lavorando solo su file1.txt …