Short: Execute multiple commands in one line v1.0 - HELPFUL! Author: fredinou@bigfoot.com (FR) Type: dev/e Requires: kickstart 2.0+ Architecture: m68k-amigaos $VER: E 1.0 (5-4-97) © Frédéric RODRIGUES - freeware Execute multiple commands in just one E is the short hand to execute multiple commands in one line on AmigaDOS Shells. Others shells on other systems already do that : && in UNIX. This can be very helpful. Synopsis : COMMANDS/M/A,ARG=ARGUMENTS/F/K: How to use it : To make a persistent bip (press control and g keys) 1> Alias multibip E "Echo NOLINE [CTRL-G]" "Echo NOLINE [CTRL-G]" "Echo NOLINE [CTRL-G]" "Echo NOLINE [CTRL-G]" "Echo NOLINE [CTRL-G]" "Echo NOLINE [CTRL-G]" "Echo NOLINE [CTRL-G]" "Echo NOLINE [CTRL-G]" "Echo NOLINE [CTRL-G]" "Echo NOLINE [CTRL-G]" "Echo NOLINE [CTRL-G]" To make one line Scripts ([] will be replaced by the ARG string you'll give) 1> Alias movedf0 E "Copy [] df0:" "Delete []" ARG To make a working Mount alias for 2.0 (mount and load driver) 1> Alias mount E "Mount []" "Addbuffers []" ARG NOTE: E works as the Alias command of AmigaDOS however you can put many commands for just one alias. It's the main purpose of my command. TO RESUME: Make an alias and use E when you don't want to be bored of making a script for anything. LEGAL STUFF ~~~~~~~~~~~ E is freeware. Keep all files together and unchanged if you distribute it. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. HOW TO REACH ME ? ~~~~~~~~~~~~~~~~~ by email : fredinou@bigfoot.com Send me reports, preferences, hellos ...