in reply to Re: Create new command winow using Term::ShellUI
in thread Create new command winow using Term::ShellUI
To include our friends with US installations of Microsoft Windows, always quote $^X:
my $cmd = join ' ', q(cmd.exe /c start ), qq{"$^X"},__FILE__, '1forarg +v';
Otherwise, the string interpolation will run afoul of Program Files :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Create new command winow using Term::ShellUI
by kranthi (Sexton) on Jun 04, 2008 at 12:46 UTC | |
by Anonymous Monk on Jun 05, 2008 at 04:44 UTC | |
by Anonymous Monk on Jun 05, 2008 at 04:46 UTC | |
by kranthi (Sexton) on Jul 12, 2008 at 09:56 UTC |