Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think.com!mintaka!bloom-beacon!eru!hagbard!sunic!dkuug!imada!jho From: jho@imada.ou.dk (Jens H. Ovesen) Newsgroups: comp.sys.acorn Subject: Re: 2) concatenating commands Message-ID: <1991May17.215310.14755@imada.ou.dk> Date: 17 May 91 21:53:10 GMT References: <1947@svin02.info.win.tue.nl> Sender: news@imada.ou.dk (USENET News System) Distribution: comp Organization: Dept. of Math. & Computer Science, Odense University, Denmark Lines: 14 wsinda@wsintt02.info.win.tue.nl (Dick Alstein) writes: >A small problem: I have been trying to set the Run alias for text files >so that it will clear the screen and enter page mode before typing the >file. To do this, you need to put more than one command on a line. I >imagined they should be separated by a ";" or so, like: >Echo <12><14> ; Type %%1 >but that didn't work, Try 'Echo <12><14>|M Type %%*1'. The separator is |M (CR). Jens.