Any way to get AICCU cmd window to close?
Shadow Hawkins on Monday, 07 October 2013 21:23:14 aiccu_os_exec("netsh advfirewall firewall add rule name="AICCU: Allow incoming I
CMPv6 echo request" protocol=icmpv6:8,any dir=in action=allow")
Ok.
[AYIYA-start] : Anything in Anything (draft-02)
[AYIYA-tun->tundev] : (Socket to TUN) started
after it creates the tunnel it just sits there open. if I close it the tunnel drops..
Any way to get AICCU cmd window to close?
Shadow Hawkins on Tuesday, 15 October 2013 19:48:06
James Rigney Jr.
Just run the tunnel from .vbs script manually or place it to autorun folder /registry. Example of .vbs script:
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "X:\XXX\XXXX\XXXXX\aiccu-2012-02-02-windows-console.exe start", 0
Set WshShell = Nothing
Any way to get AICCU cmd window to close?
Shadow Hawkins on Sunday, 20 October 2013 18:41:44
Belkov Aleksey Igorevich wrote:
James Rigney Jr.
Just run the tunnel from .vbs script manually or place it to autorun folder /registry. Example of .vbs script:
Thanks!
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "X:\XXX\XXXX\XXXXX\aiccu-2012-02-02-windows-console.exe start", 0
Set WshShell = Nothing
Posting is only allowed when you are logged in. |