home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / mint095b.zoo / mint.cnf < prev    next >
Text File  |  1992-08-02  |  950b  |  40 lines

  1. #
  2. # sample configuration file for mint
  3. # commands that are legal are:
  4. # echo        -- print a message
  5. # cd        -- change directory+drive
  6. # sln        -- create a symbolic link
  7. # ren        -- rename a file
  8. # exec        -- execute a program
  9. # setenv    -- set an environment variable
  10. #
  11. # variables that can be set are
  12. # INIT        -- program to run at boot-up
  13. # HARDSCROLL    -- number of lines of hardware scrolling
  14. #           for u:\dev\fasttext
  15. # CON        -- default console device
  16. # PRN        -- default printer device
  17. # BIOSBUF=NO    -- disables buffering of output; this
  18. #           may be needed with a few programs
  19. #
  20. # lines that start with '#' are comments
  21.  
  22. #HARDSCROLL=60
  23. #CON=u:\dev\fasttext
  24. #BIOSBUF=NO
  25.  
  26. #sln c:\etc u:\etc
  27. #sln c:\bin u:\bin
  28. #sln d:\mgr u:\mgr
  29.  
  30. setenv HOME c:\usr\home
  31. setenv PATH c:\bin,c:\gnu\bin,c:\mint\atari
  32. setenv TZ EST5EDT
  33.  
  34. #exec c:\bin\myram.ttp m2000
  35. #setenv TEMP m:
  36.  
  37. INIT=c:\gulam.prg
  38.  
  39. #exec c:\mint\bin\bg.ttp c:\mint\bin\lpd.ttp
  40.