A
AJK
Hi,
Under one of the POSIX command shells, you reference the command line
paramter from a previous command, i.e
ping mail.xyz.com - pings the host mail.xyz.com
Then you can type:
telnet !$ 25
Which is the same as typing:
telnet mail.xyz.com 25
So the !$ translates as the 1st command line paramater.
Does anyone know if this is possible from the Windows command line?
Cheers,
Andy
Under one of the POSIX command shells, you reference the command line
paramter from a previous command, i.e
ping mail.xyz.com - pings the host mail.xyz.com
Then you can type:
telnet !$ 25
Which is the same as typing:
telnet mail.xyz.com 25
So the !$ translates as the 1st command line paramater.
Does anyone know if this is possible from the Windows command line?
Cheers,
Andy