CompuServe Thread

#Interface design

2 messages in this thread
#42679From: Black Belt SystemsApr 5, 1989 12:46 AM
Richie – look in the ARexx lib… I posted exactly what you described sometime ago. It's a program (another task) that has an ARexx port on it. You send it a message with optional presets for: 1 – filename 2 – extension 3 – path 4 – comment (for setcomment) and it returns a complete filename or the string "FR_CANCELLED" if the user tossed the idea. It has it's own ARexx port, which is what you use to talk to it. Ben Blish – [ N4EJI ]
#42743From: Richard BielakApr 5, 1989 12:16 PM
Sounds great, Ben. I will take a look at it … Richie