home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / UTIL / stg_mm1.lzh / readme < prev   
Text File  |  1991-08-18  |  2KB  |  65 lines

  1. ----- StG utilies for the MM1 -----
  2.  
  3. Files in this archive:
  4.  
  5. pop: see pop.doc for full information...
  6.  
  7. colorchart: run it.  Try pop -3 and then run it.  See neat colors?
  8.  
  9. cls: clears the screen.  It is NOT a basic09 program.  It is only 114 bytes!
  10.  
  11. edit: forks umacs.  Why?  Cause I don't umacs files, I edit them.
  12.  
  13. list: lists msdos CF/LF files without double spacing them.
  14.       lists binary files without messing up your screen.
  15.       otherwize is duplicate of OSK list program (check -? out)
  16.  
  17. Enjoy!
  18.  
  19. StG
  20.  
  21. p.s. I have included copies of my startup, .login, and other such files
  22. so that you can get some ideas on ways to set up your system.
  23.  
  24. ********** startup **********
  25. setime -s
  26. loadr0
  27. loadwind
  28. load cio math
  29.  
  30. ********** loadr0 **********
  31. iniz /r0
  32. makdir /r0/DEFS;copy /dd/r0/defs/* -pw=/r0/defs
  33. makdir /r0/LIB;copy /dd/r0/lib/* -pw=/r0/lib
  34.  
  35. ********** loadwind **********
  36. * required for KD windows!
  37. merge sys/stdfont_01.fnt
  38. merge sys/stdfont_02.fnt
  39. merge sys/stdfont_03.fnt
  40. merge sys/stdfont_04.fnt
  41. merge sys/stdpats_16
  42. merge sys/stdpats_256
  43. loadbuffs
  44.  
  45. ********** .login **********
  46. -e
  47. -l
  48. * loadr0 script loads needed defs and lib files for cc
  49. setenv CDEF /r0/DEFS
  50. setenv CLIB /r0/LIB
  51. * for srcdbg to automatically use next window available
  52. setenv PORT /w
  53. * I want error reporting on all my shells! (pop uses this)
  54. setenv SHELL "shell -e"
  55. * isolate my stuff from original OS9/IMS commands
  56. setenv PATH /dd/cmds
  57. chx /dd/sysop/cmds
  58. * pop wants TERM set this way or it will complain
  59. setenv TERM Win80x25
  60. * clear and label current window, then pop two more
  61. pop -c
  62. pop -s
  63. pop -s
  64.  
  65.