Forum

Echo connect

Created 27th December 2011 @ 23:06

Add A Reply Pages: 1

Tried echo connect someserv;password somepass , but it echoes only connect someserv. Is there a way to print the whole line?

Ghent

Team

echo “connect someserv;password somepass”

thanks

Now another issue:
alias “someal” “connect someserv; password somepass; echo “connect someserv; password somepass”;”

someal prints only connect someserv

atmo

http://etf2l.org/forum/customise/topic-19315/

Spike Himself

TC

As pointed out in the thread atmo linked to, you put your echo in a different file and make your alias exec that file, ie;

serverstuff.cfg
echo "connect abc.def; password etc"

aliases.cfg
alias "echoconnect" "exec serverstuff"

Yes, this is silly.


Last edited by Spike Himself,

yeah, that helped

Add A Reply Pages: 1