home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / utilities / cli / csh / quickinstall < prev    next >
Encoding:
Text File  |  1994-06-29  |  215 b   |  13 lines

  1. ; QuickInstall
  2. echo "Sets/Unsets an ASSIGN stub to trigger csh when starting a shell"
  3.  
  4. assign >nil: CSH: exists
  5. if not warn
  6.     assign CSH: remove
  7.     echo "CSH disengaged"
  8. else
  9.     assign CSH: ""
  10.     echo "CSH engaged"
  11. endif
  12.  
  13.