home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2003 February / PCWELT_02_2003.ISO / pcwsoft / Script-Tut.exe / scripts / hallo.vbs < prev    next >
Encoding:
Text File  |  2001-01-19  |  98 b   |  5 lines

  1. Dim ausgabe
  2.  
  3. set ausgabe = WScript.CreateObject("WScript.Shell")
  4. ausgabe.popup "Hallo Welt!" 
  5.