home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d6xx
/
d645
/
elvis.lha
/
Elvis
/
AmiElvis-1.5.lha
/
Elvis-1.5
/
src
/
vmssetup.com
< prev
next >
Wrap
Text File
|
1992-04-07
|
577b
|
14 lines
$! VMSSETUP.COM Last modified 2-AUG-1991/JDC
$! Define foreign commands needed for Elvis running on a VMS machine
$!
$!
$ front = f$logical( "SYS$DISK" ) + f$directory()
$!
$ vi == "$" + f$parse( front, "elvis.exe" ) - ";"
$ view == "$" + f$parse( front, "elvis.exe" ) - ";" + " ""-R"""
$ ex == "$" + f$parse( front, "elvis.exe" ) - ";" + " ""-e"""
$ input == "$" + f$parse( front, "elvis.exe" ) - ";" + " ""-i"""
$ ctags == "$" + f$parse( front, "ctags.exe" ) - ";"
$ ref == "$" + f$parse( front, "ref.exe" ) - ";"
$ fmt == "$" + f$parse( front, "fmt.exe" ) - ";"