Heres an interesting problem.  I'm writing a script to change the VNC
passwords on our windows 2000 workstations every week for security.
Unfortunatly for some reason the scripts were freezing before
termination every time they ran.  I did some rooting around in the code
and discovered that the command >winvnc -run  works just fine if you
type it at a command prompt however if you automate it in any way the
process is loaded and winVNC functions just fine, but the batch file
halts.  any ideas?  so far I have tried batch files and .cmd files
containing :

>call winvnc -run
>winvnc -run
>cmd /c "winvnc -run"
>cmd /c winvnc -run
>command /c winvnc -run

I've also tried it on several machines.  this seems to be the problem on
all of them.

-AA

=======================================
Alexander N. Speaks
System administrator - North West Human Services
Internal extention : 725
E-mail: [EMAIL PROTECTED]
=======================================
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to