home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
FileMover
/
Dopus4
/
ArexxScripts
/
psn-dpck.lha
/
DOpusPakken
/
Rexx
/
DirName.DOpus
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-15
|
468 b
|
20 lines
/* Lav et dir med dags dato */
Options Results
Call AddLib("rexxreqtools.library",0,-30,0)
Query ScreenName
PubScreen = Result
Date = Date(Ordered)
Parse Var Date YY '/' MM '/' DD
Busy On
Call rtgetstring("«"YY"."MM"."DD"»"," Enter New Directory Name: ","Directory Opus Request","_Ok|_Cancel","RTEz_Flags=EZReqF_CenterText RT_ReqPos=ReqPos_CenterScr RT_PubScrName="PubScreen)
DirName = Result
Busy Off
If RTResult = 0 Then Exit
MakeDir '"'DirName'"'
Exit