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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-11-21
|
186 b
|
5 lines
Dim ausgabe
Dim heute
set ausgabe = WScript.CreateObject("WScript.Shell")
set datum = WScript.CreateObject("MyDate.WSC")
ausgabe.popup "Heute ist " & datum.heute, 0,"Aktuelles Datum"