Help for this page

Select Code to Download


  1. or download this
    test.bat
    --------
    dir c:\some\path\ >>c:\path\to\test.txt
    
  2. or download this
    system("c:\path\to\test.bat"); 
    open(OUTPUT, "<c:/path/to/test.txt") || die "couln't open ...yadda..."
    +;
    @output=<OUTPUT>;
    close(OUTPUT);