i am trying to write a program which calls shell scripts using cygwin on windows , but it give me dialog box for "open file with " for the shell script.how can can i make it run under existing environment
eg.
$path = "/old/new2.sh"; $command ="$path"; system $command; my $output = qx/new2.sh /;
In reply to run in-program shell script under windows using cygwin by sandy105
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |