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

  1. var nachricht = WScript.CreateObject("WScript.Shell");
  2. nachricht.popup("Hallo Welt!");