home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / misc_programming / batnmore.z!p / ENVIRON.TXT < prev    next >
Text File  |  1992-11-15  |  1KB  |  38 lines

  1. :This batch file is Freeware, free to use and redistribute unmodified
  2. :Jouni Miettunen * jon@stekt.oulu.fi * Oulu * Finland * Europe * 1992
  3. :Timestamp 15-Nov-1992
  4.  
  5. : As short as possible (no windows3!), no special programs in path
  6. : 111 files in c:\tools, 17 in c:\dos
  7. path=c:\tools;c:\dos;c:\
  8.  
  9. : A bright red reminder as prompt, all other text bright green on black
  10. :prompt=$e[A$e[1;31;40mRemember PARK $e[m$e[1;32;40m
  11. prompt=$e[1;31;40mMuista PARK $e[m$e[1;32;40m
  12.  
  13. : location of command processor, just in case it gets lost..
  14. : 4DOS should set this automatically, except under DR-DOS
  15. comspec=c:\4dos\4dos.com 
  16.  
  17. : path for cd and cdd commands in case directory wasn't found in current dir
  18. cdpath=c:\
  19.  
  20. : temporary files go here. TEMP for newer programs, TMP for older ones
  21. temp4dos=d:\
  22. temp=d:\
  23. tmp=d:\
  24.  
  25. : Search path for my man.btm
  26. manpath=c:\man;c:\man\faq;c:\tekstit
  27.  
  28. : King's castle is his $HOME
  29. home=c:\relax
  30.  
  31. : Power C defaults. A nice ANSI C compiler w/System V functions.
  32. pcoption=/ic:\pc
  33. library=c:\pc
  34.  
  35. : library (small memory model) for not-supported functions
  36. : rint, getopt
  37. : libnames=extras
  38.