home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Animation & Sound / SOS-ANIM_SOUND.ISO / best_50 / icndos17.zip / !README next >
Text File  |  1993-11-02  |  5KB  |  107 lines

  1.                     ***  Welcome to IconDOS v1.7 ***
  2.                          (c) 1993, EFD Systems
  3.                           All Rights Reserved
  4.  
  5. * DESCRIPTION      !!! Be sure to read WHATS NEW below !!!
  6.  
  7. IconDOS is a graphical application launcher for DOS that is similiar to
  8. Window's Program Manager, complete with icons and wallpaper.  IconDOS is
  9. practical and efficient.  Zero (0) resident memory is required so
  10. launched applications are guaranteed to work the same as if run directly
  11. from DOS.  Multi-page icon menus and sub-menus provide virtually
  12. unlimited menu size.  VGA graphics is required.  A mouse is required for
  13. menu setup and editing.  After setup, IconDOS operates equally well
  14. using either keyboard or mouse.
  15.  
  16. IconDOS was designed to work efficiently with DOS and to complement the
  17. power and versatility of the DOS batch language.  IconDOS essentially
  18. provides a graphical front end to a batch file which must be written by
  19. the user.  Computer novices and others who cannot write a simple batch
  20. file should look elsewhere for a menu system.
  21.  
  22. * DEMO
  23.  
  24. You really should read the documentation first but if human nature gets
  25. the better of you, type "ICONDOS DEMO".  Try selecting an icon or two.
  26. Press F1 for a utility menu.
  27.  
  28. * DOCUMENTATION
  29.  
  30. The included documentation, ICONDOS.DOC and ICONEDIT.DOC, are ASCII file
  31. "books" designed to be read using the included hypertext style file
  32. browser, BOOK.EXE.   To read the documentation type:
  33.  
  34.               BOOK ICONDOS.DOC ...and... BOOK ICONEDIT.DOC
  35.  
  36. When reading a documentation book:
  37.  
  38. - Use Pg-Up and Pg-Dn keys to move through the document.
  39.  
  40. - Type a page number and press ENTER to jump to a specific page.  Press
  41.   ENTER alone to return to the previous page.
  42.  
  43. - Use Home and End keys to move to the start/end of the document.
  44.  
  45. - Press "A" to re-align the page boundaries with the screen after scrolling
  46.   with the arrow keys.
  47.  
  48.  
  49. * FILE LIST
  50.  
  51. ICONDOS.*   - Main menu program and documentation
  52. ICONEDIT.*  - Icon editor and documentation.
  53. PCX2ICN.*   - Icon screen capture utility and documentation
  54. ICONNUM.EXE - Utility which sequentially numbers the icons in a file by
  55.               overwriting icon titles with numbers.  Somewhat useful for
  56.               icon library maintenance.
  57. BOOK.EXE    - Hypertext style file browser for reading ICONDOS.DOC and
  58.               ICONEDIT.DOC.
  59. INSTALL.BAT - Simple batch file to setup a directory on your hard disk
  60.               and copy the IconDOS files to it.
  61. *.MNU       - Example menu files.
  62. RUN.BAT     - Batch file which works with the example menus.  Use this
  63.               file as a guide to setting up your own applications.
  64. ICON.LBR    - Icon library.  See ICONEDIT.DOC for instructions on
  65.               copying icons from this library to a menu file.
  66. PAPER.ICN   - Wallpaper file.  Contain 40+ wallpapers. IconDOS selects a
  67.               wallpaper at random from those available in this file at
  68.               startup unless wallpaper has been "fixed".
  69.  
  70.  
  71. * MISC. NOTES
  72.  
  73. Microsoft's expanded memory manager provided with DOS 5, EMM386.EXE,
  74. will significantly degrade video display performance with IconDOS and
  75. any other video intensive applications.  When added to your CONFIG.SYS
  76. setup, this driver runs your Intel 386 processor in an obscure 'virtual'
  77. mode which results in the loss of display speed.
  78.  
  79. * WHATS NEW!!!
  80.  
  81. Version 1.5 now provides more wallpaper, a new pulldown menu and new
  82. integrated calendar and calculator.
  83.  
  84. Version 1.6 includes an improved version of IconEDIT.  It is now much
  85. easier to choose the icon you wish to edit.  Simply click on the normal
  86. size icon display at the upper right.  You will be presented with a full
  87. page display of the icons in the file.  Click on the icon you wish to
  88. edit.
  89.  
  90. Version 1.7 adds rudimentary PIM (personal info management) features. An
  91. integrated address book has been added.  Daily reminders, appointment
  92. schedules and other notes can now be attached to any given day from the
  93. calendar.  Notes are free-form text files which are named to reflect the
  94. day to which they are attached.  For example, notes for Oct. 20, 1993
  95. are stored in a file called 10201993.  IconDOS shells to DOS EDIT to
  96. create/change the note files.  To use a different editor, create a batch
  97. file called EDIT.BAT to call your selected editor.  Place the batch file
  98. in the IconDOS directory.  To use WordPerfect for example, EDIT.BAT
  99. might look something like this:
  100.  
  101.                               C:\WP\WP  %1
  102.  
  103. The user is reminded if notes are attached to the current day by a
  104. message at the bottom of the screen.
  105.  
  106. We hope you enjoy using IconDOS!
  107.