home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / batch / dosreqtools / product-info < prev    next >
Fred Fish's Product-Info  |  1995-01-26  |  2KB  |  70 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. DOSReqTools
  6. .type
  7. Script Utility
  8. .short
  9. Use ReqTools Requesters from DOS Scripts
  10. .description
  11. DOSReqTools gives AmigaDOS script writers access to all seven of Nico 
  12. Francios' ReqTools Requesters.  The requesters are fully functional 
  13. and can give your scripts a professional look.  They can be used from 
  14. within an AmigaGuide document to pop up on top of the text. Ideal for 
  15. use as a replacement for Commodore's Installer or as a front end for
  16. CLI-only programs.
  17.  
  18. All functions are fully documented with AmigaGuide. A "man page" type
  19. script is included for quick reference. Dozens of demo scripts are 
  20. included that can be run from within the AmigaGuide Docs. The AmigaGuide
  21. tutorial is truely interactive. Examples can be seen by clicking labels.
  22.  
  23. An installer script is included.
  24.  
  25. Eight Extensions to DOS are included to make string manipulation easier
  26. from your DOS script.
  27.  
  28. ChangeExt   Changes the extension of a filename held as an ENVariable
  29. EqualsNull  Determines if a file or variable contains data or is empty
  30. GetString   Takes in keyboard input from the shell with a prompt
  31. InString    Determines if one string is inside another. Returns position
  32. SubString   Returns a substring of a string 
  33. PathPart    Returns the path from a <path/filename>
  34. FilePart    Returns the filename from a <path/filename>
  35. AddPart     Joins a separate path and filename as one. Checks syntax.
  36.  
  37. .version
  38. ?.?
  39. .author
  40. Will Bow
  41. Colin Thompson
  42. .requirements
  43. Requires OS2.04+ and ReqTools.library
  44. .distribution
  45. Giftware
  46. .address
  47. Will Bow
  48. 1531 Corinth Unit 1
  49. West Los Angeles, CA 90025
  50. (310) 478-4913
  51.  
  52. Colin Thompson
  53. 9606 Carroll Cyn. Rd. H9
  54. San Diego, CA 92126
  55. (619) 695-2181
  56. .email
  57. wbow@crl.com
  58. colin@cts.com
  59. .source
  60. Includes source in C
  61. .construction
  62. GCC2.6.1
  63. .docs
  64. \..READMEFIRST
  65. DOSrt.guide
  66. .described-by
  67. Dan Fish (daf@starfish.amigalib.com)
  68. .submittal
  69. Submitted electronically directly by the author.
  70.