Metropoli BBS
VIEWER: hip_usercopyfile.rexx MODE: TEXT (ASCII)
/* HippoPlayer - Copy file

Copy the selected module to a dir.

This script can be easily modified to do different things, like moving and
deleting.

*/

options results

address 'HIPPOPLAYER'

get cnam
CNAM = result

/* Execute a DOS command copy here. */

ADDRESS COMMAND 'copy "'cnam'" dh1:temp/'

[ RETURN TO DIRECTORY ]