home *** CD-ROM | disk | FTP | other *** search
/ Myst III: Exile - Press Kit / Exile_Video_CD.iso / pc / docrun / docrun.prg < prev    next >
Text File  |  2001-04-08  |  1KB  |  51 lines

  1. # docrun.prg
  2. #
  3. # CD DocRun Professional Edition
  4. # version 1.0.0 written by Peter Harrison © 2000
  5. # http://www.timeless.co.zw/
  6. #
  7. # Usage examples:
  8. #
  9. # 1. Launching an html file:
  10. #
  11. # [cdinsertion]
  12. # maximized
  13. # \foldername\index.html
  14. #
  15. # 2. Launching a txt file:
  16. #
  17. # [cdinsertion]
  18. # normal
  19. # \readme.txt
  20. #
  21. # 3. Launching a setup program:
  22. #
  23. # [cdinsertion]
  24. # normal
  25. # \installer\setup.exe
  26. #
  27. # 4. Launching a web site:
  28. #
  29. # [cdinsertion]
  30. # maximized
  31. # http://www.timeless.co.zw/
  32. #
  33. # 5. Opening the CD root folder in explorer:
  34. # [cdinsertion]
  35. # normal
  36. # \
  37. #
  38. # DISCLAIMER: You use, store and re-distribute this software entirely at
  39. # your own risk. The Author of this software may not be held responsible
  40. # for any loss or damages whatsoever related in any way to this software.
  41. # This includes but is not limited to the loss or damage or waste of CDs
  42. # caused by faulty software. This program is commercial-ware and must be
  43. # purchased if you wish to use it on your CDs. It is a criminal offense
  44. # to use and re-distribute this software without having first paid for it.
  45. # By keeping or installing or re-distributing this software you hereby
  46. # agree to be bound by these terms and conditions of use.
  47.  
  48. [cdinsertion]
  49. normal
  50. \pc.html
  51.