CONsole SCripting Tool v1.01


I just added new verb to consc script commands
TERMINATE
this will kill all the processes started by conec.exe during the script execution.
You can use this to forcibly close applications, for example you can use this to close a telnet session without going trough the logout process.
; telnet auto login script
SEND telnet.exe my.telnet.server\n
WAIT login:
SEND my-login-name\n
WAIT pass:
SEND my-secret-password\n
; just sleep a little
SLEEP 3
SEND dir\n
; more sleep
SLEEP 3
; terminate telnet session
TERMINATE
; close consc prompt
SEND exit\n
Click here to get the new consc.zip

Sunday, January 14, 2007


© 2002 - 2008 Kroum Grigorov
This page is powered by Blogger. Isn't yours?