home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / NSTAR / NS2CPM.DOC < prev    next >
Text File  |  2000-06-30  |  4KB  |  83 lines

  1. NSTOCPM.DOC as of 12-06-82
  2.  
  3. Changes in version 2:
  4.  
  5. -    Commands can now be lower case
  6. -    NSTOCPM will not run on a 8080
  7. -    NSTOCPM checks the OEM code of CP/M to see if it is running on
  8.     a North Star implementation.
  9.  
  10. NSTOCPM.COM is a utility for copying North Star DOS files onto a CP/M disk.
  11. Special features of North Star CP/M make this program independent of the
  12. disk controller address. In order to run this program your system has
  13. to meet the following requirements:
  14. 1. You have to have North Star CP/M on a Z-80
  15. 2. At least 2 drives
  16. 3. The DOS diskette and the files you want to copy MUST be double density.
  17.  
  18. If you do not have CP/M as delivered by North Star, NSTOCPM *MAY* work.
  19. NSTOCPM will inform you if it can't run in your CP/M environment.
  20.  
  21. USE OF NSTOCPM
  22.  
  23. To execute the utility, simply enter NSTOCPM. Please note that all
  24. commands typed to NSTOCPM will execute immediately! NSTOCPM will now
  25. announce its presence and give you a brief rundown on your choices.
  26. You will then be asked to input the DOS drive number. The number
  27. must be between 1 and 4 or it will be rejected.
  28. Next, you will be asked for the CP/M drive number, and both numbers
  29. will be rejected if you enter any number other than 1,2,3, or 4, OR
  30. if the CP/M drive is specified to be the same as the DOS drive.
  31.  
  32. Now you will be in command mode, with a "+" sign as prompt. You can
  33. enter one of three commands:
  34. D = display the DOS directory in DOS fashion
  35. C = copy a file
  36. Q = quit (warm-boot CP/M)
  37.  
  38. If you specify the <C>opy command, you will be asked for a DOS file name.
  39. Enter the file name ONLY (without disk designator) and terminate with a
  40. carriage return. The file name will be rejected if it is longer than 8
  41. characters, empty, or if the file is not on the DOS disk.
  42.  
  43. After successful entry of the DOS file name you will be asked for a CP/M
  44. file name. You can choose any CP/M file name you like, if the file name
  45. is longer than 12 characters or empty it will be rejected. If the file
  46. name is longer than 8 characters, everything after the 8th character is
  47. treated as file type, i.e. "TOOLONGNAME" will become "TOOLONGN.AME."
  48.  
  49. After entering a valid CP/M file name, the CP/M file will be created,
  50. overwriting any file already on disk by that name, and copying will
  51. start. The DOS file is copied 512 bytes at a time. When finished, control
  52. will return to the command prompt in anticipation of another copy.
  53.  
  54. When finished copying, type a "Q" at the prompt to return to CP/M.
  55.  
  56. Please note that file names in NSTOCPM MUST be made in UPPER CASE!
  57. NSTOCPM will accept lower case COMMANDS. Use lower case for the DOS
  58. file name, if the directory shows it in lower case. If you use lower
  59. case for the CP/M file, you will have to run a disk utility to convert
  60. the file name to upper case in order to use the file. NSTOCPM does not
  61. perform any error checking on file names; it allows all characters to
  62. be used, so be careful!
  63.  
  64. If the DOS disk is dual sided, but inserted into a single sided drive
  65. and an attempt is made to copy a file on the back side, the results
  66. are unpredictable, since the drive is not checked for DS operation.
  67. The resulting CP/M file will most likely contain blanks.
  68.  
  69. IMPORTANT!
  70.  
  71. If you have a CP/M other than the one distributed by North Star,
  72. NSTOCPM will tell you so and offer you a chouce to go ahead or
  73. abort. It will do this only if the BIOS jump table has 18 entries!
  74. In that case, WRITE-PROTECT all disks and go ahead. If you do a
  75. <D>irectory and it comes up, you're fine. If not, NSTOCPM won't
  76. work. You may now go ahead and determine the OEM code in your CP/M.
  77. This code is located at BDOS+0 and BDOS+1. Using DDT, place the OEM
  78. code into the following locations:
  79. BDOS+0 into NSTOCPM 011DH
  80. BDOS+1 into NSTOCPM 0123H
  81. This will inhibit the "go-ahead" question when running NSTOCPM.
  82.  
  83.