home *** CD-ROM | disk | FTP | other *** search
/ RComp HTML Edit Studio for RISC OS / RComp HTML Edit Studio for RISC OS.iso / MANUAL / SITEM / PUBLISH / SCRIPT.TXT < prev   
Encoding:
Text File  |  2000-02-15  |  809 b   |  26 lines

  1. Creating A Script
  2. =================
  3.  
  4. By using the Create Script menu option, you can create a new Script
  5. file for !Publish.  This allows you to publish multiple files or
  6. directories at once, simplifying the creation of larger sites.
  7.  
  8. The Create Script menu option creates a file of type "AB3", "PbScript"
  9. which you can edit by shift-double clicking it.  The format for the
  10. file is very simple:
  11.   
  12.   <source file/directory>  <destination file/directory>
  13.   ad infinitum...
  14.   
  15. Eg.
  16.  
  17.    ADFS::4.$.Work.TempSite ADFS::4.$.Website
  18.    ADFS::4.$.Work.Images.Temp ADFS::4.$.Website.Images
  19.    Etc.
  20.    
  21. Most text editor applications (!Edit, !StrongEd, !Zap etc.) will
  22. allow you to drag files/directories in with the shift key held
  23. down to insert the appropriate filename.  This saves much time
  24. when creating scripts!
  25.  
  26.