home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2003 February / PCWELT_02_2003.ISO / pcwsoft / Script-Tut.exe / scripts / datum_component.vbs < prev    next >
Encoding:
Text File  |  2002-11-21  |  186 b   |  5 lines

  1. Dim ausgabe
  2. Dim heute
  3. set ausgabe = WScript.CreateObject("WScript.Shell")
  4. set datum = WScript.CreateObject("MyDate.WSC")
  5. ausgabe.popup "Heute ist " & datum.heute, 0,"Aktuelles Datum"