Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
util:asc2ans [2015/11/08 00:19] – [See Also] digital manutil:asc2ans [2018/03/01 12:20] – old revision restored digital man
Line 1: Line 1:
 ====== ASC2ANS ====== ====== ASC2ANS ======
  
-FIXME+Converts a Synchronet ASCII text file encoded with [[custom:Ctrl-A codes]] to [[ref:ANSI]] terminal escape sequences. 
 + 
 +This utility allows you to convert files that use Ctrl-A codes (attributes) into ANSI files suitable for viewing or editing with a [[resource:ANSI Editors]] (the opposite function of the [[ANS2ASC]] utility). 
 + 
 +The syntax is: 
 +  asc2ans infile.asc outfile.ans [options] 
 + 
 +^ Option ^ Description ^ 
 +| -strip | strip Ctrl-A codes without [[ref:ANSI]] equivalent, e.g. pause, delay | 
 + 
 + 
 +The suffix/extension for the input filename will most likely be ''.asc'' or ''.msg'' and the output file should have a ''.ans'' extension.
  
 ===== See Also ===== ===== See Also =====