The program 'file.exe' generates output files on its own, I just need to specify the folder so it outputs it there.my $executable = "C:/Desktop/file.exe"; my $output = "C:/Desktop/Folder"; system("$executable", "Argument") == 0 or die "system failed: $?";
In reply to Re^2: system() - output folder?
by lil_v
in thread system() - output folder?
by lil_v
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |