Help for this page
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);