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

  1. WebChange.Script
  2.  
  3. ; This changes newlines to be just linefeeds (RISC OS normal)
  4.  
  5. ChangeSetting NewLines.Type To "1"
  6. ; Sets the type to 1 (which means linefeeds)
  7.  
  8. RunProcess Content.NewLines
  9. ; Runs the newline changer program.
  10.