home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2003 February
/
PCWELT_02_2003.ISO
/
pcwsoft
/
Script-Tut.exe
/
scripts
/
heute.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
|
2001-01-19
|
154 b
|
7 lines
Dim ausgabe
Dim heute
set ausgabe = WScript.CreateObject("WScript.Shell")
heute = Date
ausgabe.popup "Heute ist der " & heute, 0,"Aktuelles Datum"