home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 January / PCWELT_1_2006.ISO / pcwsoft / autoit-v3-setup.exe / Examples / _RunDos.au3 < prev    next >
Encoding:
Text File  |  2005-01-03  |  76 b   |  3 lines

  1. #include <Process.au3>
  2. $rc = _RunDos("start Http://www.autoitscript.com")
  3.