home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug033.arc / MUGSA007.DOC < prev    next >
Text File  |  1979-12-31  |  5KB  |  119 lines

  1. Additional notes on some programmes on this disk.
  2.  
  3.  
  4. All the following programs have been collected from various sources, However
  5. they  are  all public domain software.  They are all meant to work  on  CP/M 
  6. systems  but  some programs use  hardware features that are not standard  on 
  7. all  computers therefore some of the following programs may not run  on  the 
  8. Microbee. When this is the case you will find also the assembler source file 
  9. so that, may be one of us can modify the program and get it running and pass 
  10. it on to the rest of the users. 
  11.  
  12.   
  13. SMODEMK.COM    
  14. SMODEMK.MAC
  15. SMODEM.DOC
  16.  
  17. This is a modem program set up to run a Hayes Smart modem. Similar to MODEM7 
  18. this  program  also  will dial the number for you from  a  phone  directory. 
  19. Multiple  phone  directories are allowed and may co-exist on the same  disk. 
  20. SMODEMK.MAC  is  the source file for the M80 assembler.  SMODEM.DOC  is  the 
  21. users manual for SMODEMK.
  22. PHONE.001  is the default directory and can be edited for your own  numbers. 
  23. Before creating a new directory see SMODEM.DOC for important information  on 
  24. directory format.
  25. This modem program does not set the baud rate,  bits/character, word length, 
  26. or  parity.  Run MODEMPAT.COM to initialize your serial port before entering 
  27. SMODEM.
  28.  
  29.  
  30. MODEMPAT.ASM
  31. MODEMPAT.COM
  32.  
  33. This is a menu driven program to set up your serial port almost any way  you 
  34. want. Just enter:
  35.  
  36.                   MODEMPAT<carriage return>
  37.  
  38. and answer the questions.
  39.  
  40.  
  41. YAMMB64.COM      
  42.  
  43. This is the famous YAM modem program adapted for the Microbee. The manual is 
  44. in YAM.DOC .  There is a help file for the program commands in YAMHELP.T and 
  45. a small documentation concerning the Microbee version in YAMMB64.DOC.
  46.  
  47.  
  48. BYE.COM        
  49.  
  50. Needed  to run your YAM system remotely.  Run BYE and then leave your system 
  51. turned on and connected to the modem and phone.  When you call, BYE will ask 
  52. you for a password,  the password is "ANDY KAY" all  uppercase.  And,  since 
  53. this  was  set up for the KAYpro I guess that is only right.  Once you  have 
  54. answered  with ANDY KAY,  you will be logged into CP/M on your home  system. 
  55. You will be able to run your home system just as though you were sitting  at 
  56. the console.
  57. Comment  from  the editor:I do not know  if  this runs on the Microbee.
  58. Then just enter BYE to exit.
  59.  
  60.  
  61. SIGNS
  62.  
  63. Creates  large block letters on the printer out of the characters you enter.  
  64. You  get  seven  characters and/or spaces per line.   The  program  is  self 
  65. prompting. 
  66. Output goes to your LST: device.  FONT.DAT must be on the disk with SIGNS. 
  67.  
  68.  
  69. SET-CP80
  70.  
  71. This  is  a CP-80/Epson MX80 set-up program for any CP/M  system.   It  will 
  72. allow  you to set print modes for the MX80.   It can be assembled  with  the 
  73.  .ASM assembler.
  74.       
  75.  
  76. EX14.*
  77.  
  78. An  excellent replacement for both SUBMIT and XSUB.  Many handy enhancements 
  79. and it keeps the .SUB file in RAM for faster execution.
  80. The documentation is excellent.  It is used on this disk to install ZCPR  on 
  81. your computer.
  82.  
  83.  
  84. FIND.*
  85.  
  86. This  routine  searches   the  disk for a string  of  uppercase  characters. 
  87. (Sorry,  all  your  characters have to be uppercase or you'll  be  ignored.)  
  88. Anyone with a few hours to kill might futz this one so it doesn't look  down 
  89. its nose at lower case etc.
  90.  
  91.  
  92. PASSWORD.*
  93.  
  94. This  little routine allows you to protect files with passwords.  If you  do 
  95. not respond with the correct password the system warm boots and will not run 
  96. the program. A word of caution, don't forget your passwords!
  97. To use simply type PASSWORD followed by a space and the name of the file you 
  98. wish  to protect.  The program will ask you for a password and exit when you 
  99. respond with one.  From now on when you try to run that program you will  be 
  100. asked  for  your  password.  For  more  information  see  the  beginning  of 
  101. PASSWORD.ASM.
  102.  
  103.  
  104. DIF2
  105. SSED  
  106. DIF/SSED.DOC
  107.  
  108. With these you can update someone elses copy of a program by simply creating 
  109. a  file  of the updates (using DIF2) and sending only  the  differences.  He 
  110. would then incorporate the differences (using SSED2) into his file. Saves on 
  111. modem time.
  112.  
  113.  
  114. MENU.COM
  115.  
  116. This  program works on the Osborne but not on the Microbee it seems that the 
  117. program is only taking the first 4 letters of the program to run. If you can 
  118. fix  this program to work on the Microbee we would appreciate if  you  could 
  119. pass it on to our public domain library.