home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / archimedesworld_cd2 / companies / logotron / pendownhtml / _install / script < prev    next >
Text File  |  1996-02-28  |  2KB  |  34 lines

  1. | Installation script for PDtoHTML
  2.  
  3. | ** The variable, title, provides the tile for windows **
  4. Set title "Install: PenDown DTP to HTML Beta 1a"
  5.  
  6. | ** Use indir as a shorthand for path to source files **
  7. Set indir <Install$Dir>.Files
  8.  
  9. | ** Introduce the installation process to the user
  10. Warning "The PenDown DTP HTML utilities will now be installed. Click on Cancel at any time to stop the process"
  11.  
  12. | ** If the Filer hasn't seen the !PenDTP app, we stop here **
  13. Ensure <PenDTP$Dir> "PenDown DTP application could not be found. Try running !PenDTP and then start installation again"
  14.  
  15. | ** Now copy new Level and extensions into user's existing copy of !PenDTP **
  16. Warning "A new Level, HTML, and two new extension programs will be now added to your copy of PenDown DTP"
  17. Copy <indir>.Linx <PenDTP$Dir>.Extensions.Linx
  18. Copy <indir>.ToHTML <PenDTP$Dir>.Extensions.ToHTML
  19. Copy <indir>.HTML <PenDTP$Dir>.Levels.HTML
  20.  
  21. | ** Now save the new app, !PDtoHTML, to wherever the user wants **
  22. Report "You now have to decide where to save the application, !PDtoHTML. By default it will be in the same folder as !PenDTP. You can drag the file icon in the next window elsewhere if you wish"
  23. GetPath PDtoHTML <PenDTP$Dir>.^.!PDtoHTML !pdtohtml
  24. Copy <indir>.!PDtoHTML <path>.!PDtoHTML
  25.  
  26. | ** Now save the documentation **
  27. Report "Finally, the documentation (ReadMe, WebDoc and WebPic) need to be saved"
  28. GetPath Documents <path>.WebDoc file_bba
  29. Copy <indir>.ReadMe <path>.ReadMe
  30. Copy <indir>.WebDoc <path>.WebDoc
  31. Copy <indir>.WebPic <path>.WebPic
  32.  
  33. Report "Installation complete. Consult the document, WebDoc, for information on this beta software"
  34.