home *** CD-ROM | disk | FTP | other *** search
- /*
- An example of a CopyTo script. This script must be placed in the
- DOpus5:System/CopyTo directory (create it if it doesn't already
- exist). You must set the comment of the script file to the entry
- you want displayed in the CopyTo menu. You must also set the S
- protection bit.
-
- This will cause an entry to be created in the Copy >> menu in
- file and directory popup menus. Selecting this entry will
- cause the script to be launched. It is passed the name of the
- selected file, the Opus port name and the source lister handle.
-
- */
-
-
- parse arg filename portname source
- options results
-
- str="'File : "||filename||"'"
- dopus request str "Ok"
-