home *** CD-ROM | disk | FTP | other *** search
- WebChange.Script
-
- ; This is the 'main' script, which runs the different processes
- ; according to which options are selected in the main window.
-
- If Set(Process.TagCase) Then RunProcess Content.TagCase
- ; If "tag case" is selected, the tag case changer is run
-
- If Set(Process.AltText) Then RunProcess Content.EnsureAlt
- ; If "ensure alt text" is selected, the alt text proglet is run
-
- If Set(Process.IncludeSizes) Then RunProcess Content.IncludeSizes
- ; If "Include sizes" is selected, the relevant program is run
-
- If Set(Process.IncludeFiles) Then RunProcess Content.IncludeFiles
- ; The same again for "Include files"...
-
- If Set(Process.IncludeDates) Then RunProcess Content.IncludeDates
- ; And lastly, the date includer - this *must* be last because the
- ; other programs may result in changes datestamps.