home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / 3.0 / s / shell-startup < prev    next >
Text File  |  1994-06-29  |  451b  |  31 lines

  1. ; $VER: shell-startup 38.13 (13.2.92)
  2.  
  3. Prompt "%N.%S> "
  4. Alias Clear "Echo *"*E[0;0H*E[J*" "
  5. Alias XCopy "Copy CLONE "
  6.  
  7. ; Customisations
  8. assign >nil: e: exists
  9. if not warn
  10.     path e:bin epp:bin add
  11. endif
  12. assign >nil: gcc: exists
  13. if not warn
  14.     path usr:bin add
  15. endif
  16. assign >nil: tex: exists
  17. if not warn
  18.     path tex:bin MF:bin add
  19. endif
  20. assign >nil: pov: exists
  21. if not warn
  22.     path pov: add
  23. endif
  24. assign >nil: CSH: exists
  25. if not warn
  26.     csh
  27. else
  28.     cd ram:
  29. endif
  30.  
  31.