then use the system call and read the output in perl:test.bat -------- dir c:\some\path\ >>c:\path\to\test.txt
system("c:\path\to\test.bat"); open(OUTPUT, "<c:/path/to/test.txt") || die "couln't open ...yadda..." +; @output=<OUTPUT>; close(OUTPUT);
In reply to Re: Re: Re: forking in winblows ?
by Mr. Muskrat
in thread forking in winblows ?
by arkamedis21
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |