home *** CD-ROM | disk | FTP | other *** search
- /*
- Control Tower Arexx Script
- Written By J.L. White
- (C)1995 Merlin's Software
- Lines=7
- 01=Blank Script
- 02=
- 03=This script does nothing and is only
- 04=here to fill space in an empty drawer.
- 05=
- 06=When we have scripts to place here this
- 07=script will be deleted!
-
- */
-
- parse arg InFile FileNum TotalNum FrameRepeat WhichScript TotalScript Times Select
- options results
-
- Address CT_1 Abort
- Address CT_1 Quit
- exit
-