-*- Mode: Text -*-››This is the README for UTILS.ARC,›which is part of the CC65 distrib-›ution.››UTILS.ARC contains a bunch of random›utility programs. Currently these›are all things to aid in converting›text files and C source programs›to and from Atari formats. These›programs are:››AT2A Converts a file from› Atascii to Ascii››A2AT Converts a file from› Ascii to Atascii››SANITIZE Convert tabs and› C-style braces to› spaces and $( $)››UNSAN Convert $( $) to C-› style braces.›››COMPILE.BAT A Spartados command› file, suitable for› compiling any of› these programs.››All these programs are written in C,›and source is included. All are›covered by COPYLEFT.JRD; ie they're›free, and are freely distributable,›and may not be sold. To aid in get-›ting things set up, both ascii and›atascii versions of the source are›included. The .C versions are ›atascii, the .ASC ones are ascii.››All these programs can run either›as a command, from DOS XL or Sparta-›Dos, or as an ordinary load file,›under DOS 2.5 or similar DOS'es.››Using a command line: (this example›uses SpartaDos, but it should work›the same in DOS XL)››At the prompt, simply type:››AT2A ›› is the file to convert. ›That's it!››All the programs work the same way;›AT2A is just an example.›››Using these programs from DOS'es›that don't hack command lines:››Type 'L' at your command menu. When›the program loads, it will prompt,›as ››AT2A>››type in the name of the file to ›convert, and hit return. That's it!››››››