Help for this page

Select Code to Download


  1. or download this
    c:\test>type DigThis.bat
    @echo I'm diggin' it
    
    c:\test>p1
    [0] Perl> system "start c:\\test\\DigThis.bat";;
    
  2. or download this
    [0] Perl> system("start \"\" \"c:\test\DigThis.bat\"");