|
yeedoo Beginner
Joined: 13 Dec 2007 Posts: 16
|
Posted: Sat Jan 19, 2008 6:49 am
a question about ALIAS,help please |
I make a ALIAS included many commands.
now i want to know whether the ALIAS has executed completely or not
how to do that?
and if i also want to know in the ALIAS which command now is running.
how to do that? |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Sat Jan 19, 2008 7:27 am |
You could do an #ECHO after each command.
#ALIAS blah {command1;#ECHO command1 running;command2;#ECHO command2 running}
Charneus |
|
|
|
yeedoo Beginner
Joined: 13 Dec 2007 Posts: 16
|
Posted: Sat Jan 19, 2008 8:54 am |
that's a good idea!
thanks a lot
is there any other functions or command that we could use directly? |
|
|
|
ralgith Sorcerer
Joined: 13 Jan 2006 Posts: 715
|
Posted: Sat Jan 19, 2008 5:08 pm |
Make sure you note that #ECHO will always show on the ACTIVE window. If you want it to always show it on the window it happens on, regardless of what is active, use #SHOW or #SAY (same command really ;) - just write it however you'd like)
|
|
_________________ CrossOver: Windows Compatibility on Mac and Linux CMUD Advocate |
|
|
|
|
|