in reply to Create new command winow using Term::ShellUI
unless( @ARGV ){ # open new shell and restart program my $cmd = join ' ', q(cmd.exe /c start ), $^X,__FILE__, '1forargv'; +; system $cmd; exit; } ... $term->run();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Create new command winow using Term::ShellUI
by Corion (Patriarch) on Jun 03, 2008 at 12:40 UTC | |
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 |