home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / WebCHNG2 / !WebChange / Scripts / MainScript < prev    next >
Encoding:
Text File  |  2001-02-03  |  800 b   |  20 lines

  1. WebChange.Script
  2.  
  3. ; This is the 'main' script, which runs the different processes
  4. ; according to which options are selected in the main window.
  5.  
  6. If Set(Process.TagCase) Then RunProcess Content.TagCase
  7. ; If "tag case" is selected, the tag case changer is run
  8.  
  9. If Set(Process.AltText) Then RunProcess Content.EnsureAlt
  10. ; If "ensure alt text" is selected, the alt text proglet is run
  11.  
  12. If Set(Process.IncludeSizes) Then RunProcess Content.IncludeSizes
  13. ; If "Include sizes" is selected, the relevant program is run
  14.  
  15. If Set(Process.IncludeFiles) Then RunProcess Content.IncludeFiles
  16. ; The same again for "Include files"...
  17.  
  18. If Set(Process.IncludeDates) Then RunProcess Content.IncludeDates
  19. ; And lastly, the date includer - this *must* be last because the
  20. ; other programs may result in changes datestamps.