home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / ref / pwrtip.001 < prev    next >
Text File  |  2006-10-19  |  6KB  |  126 lines

  1. PWRTIP.001
  2. ==========
  3. joel dinda
  4. [75725,1134]
  5.  
  6.  
  7. For the benefit of the uninitiated, a quick description of Powr-DOS and some
  8. suggestion of why someone might want to acquire it.  Then a few notes you
  9. might find useful.
  10.  
  11. While POWR-DOS is new to the data library, it had a prior life as a commercial
  12. offering.  Since several of us have acquired experience with the program,
  13. there is a sizable collection of files and programs in DL9.  Except as noted,
  14. all files mentioned in these comments can be found in that DL.
  15.  
  16. WHAT IS POWR-DOS?
  17. Powr-DOS is an operating system for the Model 100/Tandy 102 and Tandy's
  18. portable disk drive (TDD).  While P-DOS was written for the original TDD, and
  19. has features which only work with that drive, it works quite well with TDD2
  20. (the newer, 200K, version of the drive).
  21.  
  22. Most of P-DOS's features can be considered extensions of M100 BASIC; in
  23. essence, it permits you to use the drive to expand your computer's memory.
  24. Contrast:  Tandy's FLOPPY is a file transfer program; P-DOS permits BASIC
  25. programs to access disk files much like they access RAM files.  The principal
  26. advantage is that this permits you to manipulate larger files.  This advantage
  27. is subject to some limitations; the most severe is that only one disk file can
  28. be opened at any time.
  29.  
  30. Powr-DOS permits you to LOAD and SAVE text files directly to and from the TEXT
  31. editor.
  32.  
  33. The program is self-relocating; it resides in low memory but avoids conflicts
  34. with other LOMEM programs.  I've been using it with PG Designs' 0MENU for well
  35. over a year without difficulty.
  36.  
  37. WHO SHOULD DOWNLOAD POWR-DOS?
  38. I recommend this program (utility?) highly.  SIG members who own a Model 100
  39. or Tandy 102 and either variety of the Tandy Portable Disk Drive may find it
  40. beneficial.  It offers what might be called the "standard features" of a TDD
  41. DOS, plus a few of its own.  This is an extremely powerful piece of software;
  42. unfortunately, there're not many applications available which take advantage
  43. of the power.  At the price, this product's pretty difficult to fault.
  44.  
  45. You do *not* need this program if you already own another DOS for the TDD2.
  46.  
  47. You do *not* need Powr-DOS if you only wish to use your TDD for file
  48. transfers, as DSKMGR is preferable for these operations.
  49.  
  50. You probably don't need Powr-DOS if you own a TDD1 and any other DOS.  But
  51. read on before deciding.
  52.  
  53. ASSORTED NOTES
  54. If you want more information, my reviews POWR-D.REV [Powr-Disk] and P-DOS.REV
  55. [Powr-DOS] in DL13 cover a lot of territory.  (Beware: P-DOS.REV is *long*.)
  56.  
  57. DL9 contains many files relating to this operating system.  See TDDTEK.CAT for
  58. informational files, TDDUTL.CAT for utility programs, and TDDPGM.CAT for
  59. applications.  See further discussion, below, for some suggestions & warnings.
  60.  
  61. P-DOS was written for use with the original Tandy Portable Disk Drive.  With
  62. TDD1, this is an *extremely* powerful system.  The basis of this claim is the
  63. DSKO$ command, which permits direct sector access from BASIC (thus bypassing
  64. all file structures imposed by M100 & TDD).  One program which takes advantage
  65. of this capability is RECOVR.PWR, one of the files newly available here.
  66.  
  67. Used with TDD2, Powr-DOS can be thought of as an improved version of
  68. Powr-DISK.
  69.  
  70. While the direct sector access features don't work with the 200K drive, this
  71. is a full-featured operating system.  Those features [DSKO$ and two associated
  72. MAXRAM+ CALLs] should be avoided, as they will cause your system to hang.
  73.  
  74. [Note that FLOPPY for the TDD2 offers the same sort of sector access, if you
  75. need it; study TD2TIP.005, RECOV2.TD2, & Tandy's BACKUP.BA if you need clues.]
  76.  
  77. DSKI$ (a free-space check) *does* work with TDD2.
  78.  
  79. The most important TDD2 limitation:  40 FILE LIMIT.  While Powr-DOS lets you
  80. access the disk's entire 200K, the second directory (Bank 1) is unavailable to
  81. you without what amounts to heroic efforts.  This means you need to fill the
  82. disk while using only 40 file names (not usually a problem for me) or resign
  83. yourself to less than optimal use of the drive.  (You *could* use FLOPPY to
  84. access Bank 1 if it proved necessary.)  There's a "fix" for this problem in
  85. FLIP.T2, but I'm not convinced the effort is worth the trouble.  You may feel
  86. free to disagree.
  87.  
  88.  
  89. Some comments on files:  I haven't checked every program out, so I've likely
  90. missed things....
  91.  
  92. Most programs written for *any* M100/etc operating system will work with this
  93. one.  Fortunately, all the DOS programmers implemented obvious extensions to
  94. BASIC, so file access is pretty consistent from DOS to DOS.  The programs to
  95. avoid are hardware-specific utility programs (and, if using a TDD2, Powr-DOS
  96. programs which use DSKO$ to shortcut disk reads).
  97.  
  98. The following programs will *NOT* work on the TDD2, regardless of operating
  99. system:  COPYFL.PDS and RENAME.PDS (both of these are mine) and Acroatix'
  100. RECOVR.PWR and D-TEXT.PWR.  These use DSKO$, and will quickly hang things up.
  101.  
  102. The following program will *NOT* work with Powr-DOS:  Woods Martin's PDMENU.
  103. This program uses program CALLs which only exist in Acroatix' Powr-DISK.
  104.  
  105. Converting your favorite programs to use Powr-DOS's capabilities is generally
  106. a matter of appending 0: before the file name.  Care must be taken to avoid
  107. attempting to open two disk files simultaneously (forbidden by the hardware,
  108. except to tricky programmers).  I've often found it useful to put "Searching"
  109. (or whatever) on the display because file manipulations are considerably
  110. slower.
  111.  
  112.  
  113. BOTTOM LINE:  Highly Recommended
  114. Any user with M100/T102 & either Tandy Portable Drive should find P-DOS's
  115. extensions to BASIC useful.  For the original TDD, this is an exceptionally
  116. powerful program (utility); so powerful, in fact, that most users will simply
  117. ignore some of the features.  In TDD2, it's a somewhat more powerful version
  118. of Acroatix's Powr-Disk, which is plenty powerful for most users.
  119.  
  120. Users who *only* want to transfer files will probably prefer something else,
  121. and users with access to another TDD operating system probably don't also need
  122. this one.  Everyone else should pick it up.
  123.  
  124. joel
  125. 15jun88
  126.