home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Collection - Online Library - January 1996 / CKITOS2196.ISO / ez2inst / bookmgr.pro next >
Text File  |  1995-09-13  |  2KB  |  37 lines

  1. * Online Library Reader Installation Profile
  2. *
  3. * This profile defines the entries to be added to the Group/Folder
  4. * for BookManager to access the contents of a CD-ROM collection.
  5. *
  6. * Collection name:  IBM Online Library
  7. *            date:  05/13/92
  8. *
  9. * The FOLDER statement defines the name of the group or folder.
  10. * The Folder name must be enclosed in " "s.
  11. FOLDER   "IBM Online Library"
  12. *
  13. * An ENTRY statement defines a program entry in the library folder/group.
  14. * It is recommended that each entry define a bookshelf or collection
  15. * of bookshelves.  There are four ENTRY parameters, each enclosed in " "s:
  16. *    Warning - results are unpredictable if you exceed 256 characters for
  17. *    any of these parameters.  Recommended length is no more than 40.
  18. *    - The title displayed to the user.
  19. *    - The parameters passed to BookManager.  It is recommended that
  20. *      these parameters include a "/ds" to display the details for each
  21. *      bookshelf, and a name skeleton by which BookManager can group
  22. *      similarly named shelves, assuming that assigned names allow
  23. *      a meaningful grouping.
  24. *    - The progname, the file to be invoked.  It is assumed this file
  25. *      will be in the user-specified directory
  26. *    - The "type" of the program where:
  27. *           0 = default, or windowable  (cmd files are type 0)
  28. *           1 = OS/2 Fullscreen
  29. *           2 = DOS Fullscreen
  30. *           3 = Presentation Manager    (bookmgr.exe is a type 3)
  31. *
  32. * The working directory for each is the directory specified by the
  33. * user, which also contains the program.
  34. *
  35. *        Title                                     Parameters       ProgName       ProgType
  36. ENTRY     "All Available Bookshelves"               "/ds"            "BOOKMGR.EXE"  "3"
  37.