jho@imada.ou.dk (Jens H. Ovesen) (05/18/91)
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.