home *** CD-ROM | disk | FTP | other *** search
- |
- | Sample ST-Talk Pro AutoPilot script for Selecting a File jsd 2/22/88
- |___________________________________________________________________________
-
- newfile = selectfile "A:\" "sample.doc" "doc" "Select a Document File..."
-
- IF newfile is ""
- print "No file selected!"
- ELSE
- print newfile
- ENDIF
- print "~"
-
- QUIT
-