home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / asic / ascsu215 / shell.doc < prev    next >
Text File  |  1991-08-16  |  3KB  |  56 lines

  1.                               NOTES ON SHELL.COM
  2.  
  3.                                  Version 1.00
  4.  
  5.                                  Matt Roberts
  6.                                3 Cedar St., # 8
  7.                            Montpelier, Vt 05602-3006
  8.  
  9.  
  10.                                    08-02-91
  11.  
  12. ───────────────────────────────────────────────────────────────────────────────
  13.  
  14. This program is designed to be used from within ASIC.  I found it a pain to 
  15. exit to DOS, do whatever little job, I had to do, and reload ASIC.  Although 
  16. there may be more steps, for some reason I found it simpler to use this 
  17. method.  I'm sharing it with you in case you might find it useful as well.
  18.  
  19. It'll require approximately an additional 68K to run.
  20.  
  21. First, you'll need to have the compiled SHELL.COM and the SHELL.ASI source, 
  22. both of which are included.  They should be on the disk or in the directory 
  23. you're using, or in the path set from DOS or your AUTOEXEC.BAT.
  24.  
  25. Now, let's say you've loaded ASIC, and are in the editor doing some work.  You 
  26. decide to go to DOS to do a couple of things.  You'll save your file with the 
  27. Alt-F and S combination, then use Alt-F and <O>pen SHELL.ASI.  Now you choose 
  28. to run your program, with Alt-R and R, or with the F5 key.  You type the 
  29. letter of the drive on which COMMAND.COM can be found, and there you are.  
  30. When finished, you type EXIT, and reload your original program, using the Open 
  31. feature on the File menu.  That's it.
  32.  
  33. To tell the truth, I'm not sure why I find this method easier, but I do.  If 
  34. you disagree, you can always just exit the editor and reload ASIC when you're 
  35. finished.
  36.  
  37.  
  38.                                      TESTS
  39.  
  40. Version numbers exist for the purpose of testing this disk's utilities on 
  41. other computers.  This version has been tested on the following:
  42.  
  43. Amstrad PC1512 SD: This system has an 8086 CPU, a composite monochrome 
  44. monitor, and CGA which can access 16 shades of gray (or color with a color 
  45. monitor) with a resolution of up to 640 X 200.  The system originally came 
  46. with 512K RAM, which I've upgraded to 640K.  It came with a single 5.25", 360K 
  47. drive.  A second internal drive of the same type was later added, and I've 
  48. installed a 49Mb hard disk card.  Operating system is MS-DOS 3.20.  This line 
  49. has been discontinued.  This utility had no problems running on the Amstrad. 
  50.  
  51.  
  52. Packard Bell Pack-Mate: This system has an 80286 CPU and a color VGA monitor.  
  53. Drives are one 40Mb internal hard disk, one 5.25", 1.2Mb drive, and one 3.5", 
  54. 1.44 Mb drive.  Operating system is MS-DOS 3.30.  This utility had no problems 
  55. running on the Packard Bell.
  56.