Rather than using the ~ 1 "M" 2 "007" 3 "MI6" ~ format, just provide the arugments you want to each instance of the EXE to the Perl script as arguments.
#!/usr/bin/perl use strict; foreach (@ARGV) { system ("James.exe $_") }
Then simply use:
bond.pl M 007 "MI-6" "this is how youd send multiple to one EXE instan +ce"
to run
James.exe M James.exe 007 James.exe MI-6 James.exe this is how youd send multiple to one EXE instance
In reply to Re: Multiple Instances
by VinsWorldcom
in thread Multiple Instances
by TheBasilisk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |