home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / portfoli / pdd2menu / pdd2.doc next >
Text File  |  1991-08-22  |  3KB  |  71 lines

  1. ****** PDD2 Documentation ******
  2.  
  3. This file can be read on the Atari Portfolio, load it into the editor, and set 
  4. word wrap to on.
  5.  
  6. This program is menu operated, and will run on an IBM compatible(COM1), or an 
  7. Atari Portfolio(requires a serial port).  This program is user friendly, but I 
  8. will give you a few pointers on some things that might not be clear.
  9.  
  10. This program has not been tested on Radio Shack's Original Portable Disk Drive, 
  11. commonly known as PDD1.  Just in case your wondering what the difference is 
  12. between PDD1 & PDD2, I will fill you in here.  Basically the PDD1 can write to 
  13. disks 100K in size, and the PDD2 can write to disks 200K in size.  There are 
  14. some software differences as well, but since I only have a PDD2, I wrote this 
  15. software for this model only.
  16.  
  17. When you are asked for the name of the file to save, you must enter the name of 
  18. file only, and not the pathname.  In other words, you must be running the 
  19. program from the directory which contains the files you wish to save or load.  
  20. The PDD2.EXE program does not have to be in the directory where your files 
  21. exist.  For example, if Drive A contains the PDD2.EXE program, but you want to 
  22. save or load files from Drive C, just type A:\PDD2 while in Drive C.
  23.  
  24. You are allowed to load files from you original PDD2 disks however, I have not 
  25. tried long names.  Any files that you save to your PDD2 disks, will be saved in 
  26. the Dos format (XXXXXXXX.EXT).  If you are loading files from your original 
  27. PDD2 disks, you must enter the name as it appears in the directory, including 
  28. any spaces.  If the files you are loading were saved with this program, you 
  29. only need to type in the name as you would in Dos (example. PBASIC.EXE).
  30.  
  31. While running the the program you will see BANK 0 in the menu.  This tells you 
  32. which bank you are in.  It can be either 0 or 1.  Banks are used, so you can 
  33. seperate some of your files for easy access. for example, you may wish to have 
  34. your Basic program in BANK 0, and all your basic files in BANK 1.
  35.  
  36. You must use the ESC key to exit this program.
  37.  
  38.  
  39. Portfolio Notes:
  40.  
  41. If you find that the program is locked up.  Press Ctrl-Alt-Del and this should 
  42. break you out. If not, you will most likely have to use the cold reset button.  
  43. If you were able break out, you should run PDD2.EXE again, and when you reach 
  44. the menu, you should press ESC to quit.  Then you can run PDD2.EXE again.  The 
  45. reason for this, is that this program uses a serial interrupt to connect to the 
  46. disk drive.  If for some reason you abruptly exit the program, such as using 
  47. Ctrl-Alt-Del, the interrupt will not be removed properly, which will corrupt 
  48. the Portfolio.  If you used the cold reset button to restart the portfolio, you 
  49. will not have to do the above, because the portfolio will be reset already.
  50.  
  51.  
  52. I hope this program is a useful addition.  I wrote this program using Turbo C.  
  53. If you have any questions or comments, or suggestions, or would like to 
  54. contribute to my efforts.  You can write to me.
  55.  
  56. Brian Woodcox
  57. 11532-140 Street.
  58. Edmonton, Alberta. CAN
  59. T5M 1S7
  60.  
  61.  
  62. THIS PROGRAM IS PUBLIC DOMAIN AND
  63. SHALL NOT BE SOLD.
  64.  
  65. This program can be freely distributed as long as PDD2.EXE and PDD2.DOC remain 
  66. intact.
  67.  
  68. Copyright (c) SER 1991
  69. Version 1.00
  70.  
  71. Enjoy...