home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Review 40
/
PCRFEB.BIN
/
apollo
/
delphi
/
ws_copy.sc_
/
ws_copy.sc
Wrap
Text File
|
1994-12-08
|
181b
|
12 lines
; Copies a given file in the Workspace Directory
; \1 is the Original filename
; \2 is the NEW filename
;
sgo workspace\r
wcommand
wWS>
scopy \1 \2\r
wWS>
sEXIT\r
wMAIN>