home *** CD-ROM | disk | FTP | other *** search
- /* 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
-
-
-