home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
Database
/
x-evd43.lha
/
EasyVideo
/
Rexx
/
EV_BefehlDatum.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-09-30
|
240 b
|
19 lines
/* RexxStart für EasyVideo
(c) Jörg Trahm
setze das heutige Datum ein
*/
call addlib('rexxsupport.library',0,-30)
parse arg PortName
address(PortName)
options results
EV_Setze "!Datum=" || translate(date(European),".","/")
exit