Xref: utzoo comp.os.msdos.programmer:5589 comp.os.msdos.misc:2404 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!decwrl!borland.com!alexande From: alexande@borland.com (Mark Alexander) Newsgroups: comp.os.msdos.programmer,comp.os.msdos.misc Subject: Re: Using EDLIN to insert ^C in a file (???) Message-ID: <1991Jun11.165234.16777@borland.com> Date: 11 Jun 91 16:52:34 GMT References: <1991Jun10.213629.1591@unlinfo.unl.edu> <1991Jun11.145649.10912@noao.edu> <1991Jun11.161125.23246@wdl1.wdl.loral.com> Organization: Borland International Lines: 5 Use DEBUG to create a one-byte file containing the Control-C, then use COPY to concatenate it with the other text. I use DEBUG to edit all my source files :-)