home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
word
/
text
/
019
/
vms.sl
< prev
next >
Wrap
Text File
|
1993-01-19
|
460b
|
21 lines
;; vms.sl
;; system specific routines
(
[cfile file cmd]
"@jed_library:vms_shell.com/output=" =cfile
"sys$login:_jed_shell.cmd_" =file
cfile file strcat =cfile
"Shell Command:" "" read_mini =cmd
cmd strlen {return} !if
" \"" cmd strcat "\"" strcat =cmd
"starting process..." message flush
cfile cmd strcat system pop
"*shell*" pop2buf erase_buffer
file insert_file pop bob
file delete_file
) do_shell_cmd