home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / robot-pd / 12400.ZIP / 12400B.DSK / readme.now < prev   
Text File  |  1998-04-30  |  7KB  |  193 lines

  1. *********************************
  2. * This is a general README File *
  3. *********************************
  4.  
  5. Firstly, I would like to thank John Blessing  for  putting
  6. up with me while I sent him half a  dozen  copies  of  the
  7. operating system !  Still, when you've tried the operating
  8. system I'm sure that you'll agree it was worth it !
  9.  
  10. Note: The CTX bug has NOW  BEEN  FIXED.........I  know  of
  11. know further bugs, but then that doesn't mean much with  a
  12. project of this size and complexity !!!!!!
  13.  
  14. END USER PROGRAM LICENSE AGREEMENT
  15.  
  16. A:Definitions
  17.  
  18. NOTICE TO USER - PLEASE DON'T BOTHER TO READ  THIS  NOTICE
  19. UNLESS YOU HAPPEN TO BE BORED OUT OF YOUR SKULL, AS IT  IS
  20. PRETTY SILLY. JUST GO ON  TO  THE  SECTION  ABOUT  PROGRAM
  21. LOCATION AND SETTING UP OF THE OPERATING SYSTEM.
  22.  
  23. OPENING THE DISKETTE WILL  NOT  SIGNIFY  ANYTHING  OF  ANY
  24. CONSEQUENCE EXCEPT YOUR  BLIND  FAITH  IN  OTHER  PEOPLE'S
  25. PROGRAMMING ABILITIES, AND YOUR INCERRRREDIBLE STRENGTH !
  26.  
  27. 1. Centrox Software  means,  as  you  might  expect,  very
  28. little as it is simply a distibution name I use.
  29.  
  30. 2. Machine  means...machine.  Multiple  CPU  systems  will
  31. require additional licenses and more programming time  and
  32. computer power than your getting here matey !
  33.  
  34. 3. Program means someone else's hopeless attempts to get a
  35. computer to do anything remotely  useful.  This  agreement
  36. covers all modifications and enhancements, which is a GOOD
  37. THING since, I'm always changing the code.
  38.  
  39. 4. AMSTRAD  means  Alan  Michael  Sugar  TRADing-which  is
  40. actually a worse name  than  Centrox  Software,  when  you
  41. think about it. If this program doesn't do what  you  want
  42. then tough luck buddy.
  43.  
  44. B: License
  45.  
  46. You may:
  47.  
  48. 1. Use the program on a single machine,  but  not  if  the
  49. machine is married. There may also be restrictions if  the
  50. machine has been divorced or is engaged.
  51.  
  52. 2. Copy the program into any machine  readable  form  (ie;
  53. corrupt the data) for purposes of backup or for any  other
  54. reason you feel like thinking up. You may make up to three
  55. and a half copies, as your copier will probably  screw  up
  56. at least one attempt.
  57.  
  58. 3. Modify the program and/or merge it into another program
  59. for use on the single machine. Any portion of this program
  60. so merged, will probably feel pretty broke up.
  61.  
  62. 4. Transfer your  copy  of  the  program  and  license  to
  63. another party if you pick up the program and  give  it  to
  64. someone else. If you don't pick up the  program,  you  may
  65. find transfer slightly difficult.
  66.  
  67. C. Final Comments
  68.  
  69. 1. Centrox Software does not accept responsibility for any
  70. spelling or programming mistukes contained in the supplied
  71. dicumentation. Such arrears are covered by  the  `acts  of
  72. God' clause in the insurance.
  73.  
  74. 2. If you feel like pointing out any errors in the  manual
  75. or code, please do so by long distance  mail  or  bring  a
  76. bodyguard with you.
  77.  
  78.  
  79. FILE LOCATION AND SETTING UP
  80.  
  81. The files may be stored in different  USER  areas  of  the
  82. disk-I'm not sure how John Blessing is distributing  them.
  83. If they are then you should find  that  they  are  already
  84. mostly in the right  areas.  Below  are  details  for  the
  85. correct positioning of SYSTEM files. Those which belong on
  86. the DATA disk will be dealt with later !
  87.  
  88. It's up to you whether or not you  keep  the  distribution
  89. disk as a backup, but I would recommend that  you  do  the
  90. following:-
  91.  
  92. 1. Make a second copy of the distribution disk.
  93.  
  94. 2. Relocate (if needed) ONE of the two disks.
  95.  
  96. 3. When you have the system running, make a proper backup.
  97. This means that if you "bungle" the  relocation,  you  can
  98. always try again ! I hope you don't find it  difficult  to
  99. rearrange  the  disk-even  better,  I   hope   that   John
  100. distributes them correctly arranged, but he might  not  be
  101. able to.
  102.  
  103. The files should be moved into the correct  user  area  by
  104. the following method (assuming you are in USER 0):-
  105.  
  106.       |REN,"<new.USER>:<name>","<name>"
  107.  
  108. or for 464 machines:-
  109.  
  110.       o$="<name>"
  111.       n$="<new.USER>:"+o$
  112.       |REN,@n$,@o$
  113.  
  114. The following files should appear in USER#0
  115.  
  116. LOGON.BAS - Program to log you on to Centrox
  117. SETUP.BAS - Program to set up the system for use.
  118. KERNEL.BAS - The kernel shell.
  119.  
  120. *.CHR - Data for character sets. These files contain image
  121. data for characters 32 to 128. Art Studio can be  used  to
  122. redefine the characters, but change the  sign  back  into
  123. the infamous "checker board  pattern".  Alternatively,  to
  124. return to AMSTRAD style, enter the following:-
  125.  
  126.          SYMBOL AFTER 32
  127.          h=HIMEM+1:SAVE"CENTROX.CHR",B,h,97*8
  128.  
  129. If you want your own set, then after the  SYMBOL  AFTER...
  130. command, add your own SYMBOL... commands.  This  is  fully
  131. covered in the manual, under the SYMBOL command.
  132.  
  133. I would recommend that you keep the resulting backup  file
  134. in case you want it later-have you ever TRIED to design  a
  135. character set..it's a damn good way to wreck your eyes !
  136.  
  137. The following files should appear in USER#2
  138.  
  139. *.COM -  Command files.
  140. *.OVR -  Overlay files
  141.  
  142. The following files belong on the data disk, but  for  the
  143. moment leave them in user area#0 until you've run SETUP.
  144.  
  145. *.LIB         *.EBL
  146. *.BAS         FORMTEST
  147.  
  148. and any other files in user area#0. When you have  Centrox
  149. "up and running" follow these steps to transfer  the  data
  150. files (from CP/M).
  151.  
  152.            i.Use PIP to copy the files  into  user
  153.          area#0 of your newly created data disk.
  154.          Note that PIP can't transfer  files  into
  155.          different user areas.
  156.  
  157.           ii.Use |REN as before to  move  ALL  the
  158.          files into user#1-which will be your home
  159.          directory.
  160.  
  161.          iii. Log onto Centrox  and  use  MAKE  to
  162.          create a directory  for  compiler  source
  163.          code. Then use MOVE to relocate the *.LIB
  164.          and *.EBL files into this directory.
  165.  
  166.           iv.The remaining files are just  example
  167.          files:-
  168.  
  169.          FORMTEST - Example file for FORMAT
  170.  
  171.          An alternative is to use the NSWP program
  172.          but that's too  complicated  to  describe
  173.          here !
  174.  
  175.  
  176. 3. SETTING UP CENTROX
  177.  
  178. RUN the SETUP program, and be  ready  with  a  newly  DATA
  179. formatted disk.
  180.  
  181. Now reset the computer (turn on your second drive  if  you
  182. have one) and place the system disk into drive A: (if  you
  183. have a second drive, place the data disk into drive B:).
  184.  
  185. Now RUN the LOGON program...
  186.  
  187. Single drive users should  press  "1",  while  dual  drive
  188. owners should press "2". Answer all the questions and  you
  189. will soon be logged onto Centrox. If you haven't yet  read
  190. the manual or the tutorial (with manual)  then  you  won't
  191. know what you're doing, so go  and  read  them...honestly,
  192. some people !
  193. ke