I forgot this cmd file that will open windows xp/vista/seven internal firewall
vnc-fw-open.cmd
@echo off
netsh firewall add allowedprogram program = "%~dp0WinVNC.exe" name = "WinVNC Local" mode = ENABLE scope = CUSTOM addresses = 192.168.0.0/16,172.16.0.0/16,10.0.0.0/255.0.0.0,LocalSubnet ...
Search found 2 matches
- 2011-07-25 13:42
- Forum: Olders
- Topic: Silent/Unattended/Automatic Installation without download
- Replies: 3
- Views: 25405
- 2011-07-25 13:39
- Forum: Olders
- Topic: Silent/Unattended/Automatic Installation without download
- Replies: 3
- Views: 25405
Re: Silent/Unattended/Automatic Installation without downloa
Hello !
I solve this problem by using following cmd files
install_svc1.cmd
@echo off
mode con cols=98 lines=40
echo ------------------
echo Cmdline is : %0 %*
echo Started from : "%cd%"
set _tmp1_startdir_=%cd%
cd /d "%~dp0"
echo Workdir is : "%cd%"
set _tmp1_workdir_=%~dp0
echo ...
I solve this problem by using following cmd files
install_svc1.cmd
@echo off
mode con cols=98 lines=40
echo ------------------
echo Cmdline is : %0 %*
echo Started from : "%cd%"
set _tmp1_startdir_=%cd%
cd /d "%~dp0"
echo Workdir is : "%cd%"
set _tmp1_workdir_=%~dp0
echo ...