home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / elv17src.zip / VMSSETUP.COM < prev    next >
Text File  |  1992-12-30  |  590b  |  14 lines

  1. $! VMSSETUP.COM         Last modified   2-AUG-1991/JDC
  2. $! Define foreign commands needed for Elvis running on a VMS machine
  3. $!
  4. $!
  5. $ front = f$logical( "SYS$DISK" ) + f$directory()
  6. $!
  7. $ vi == "$" + f$parse( front, "elvis.exe" ) - ";"
  8. $ view == "$" + f$parse( front, "elvis.exe" ) - ";" + " ""-R"""
  9. $ ex == "$" + f$parse( front, "elvis.exe" ) - ";" + " ""-e"""
  10. $ input == "$" + f$parse( front, "elvis.exe" ) - ";" + " ""-i"""
  11. $ ctags == "$" + f$parse( front, "ctags.exe" ) - ";"
  12. $ ref  == "$" + f$parse( front, "ref.exe" ) - ";"
  13. $ fmt  == "$" + f$parse( front, "fmt.exe" ) - ";"
  14.