DOH! Missed a few variables that were no longer set. Final code as follows:
@ECHO OFF
:: Check Windows version
IF NOT "%OS%"=="Windows_NT" GOTO Syntax
:: Check command line
ECHO.%* | FIND "?" >NUL
:: Keep variables local
SETLOCAL
:: Read variables from command...
OK, I did find something that would work on the mark vanderwoude page. his regread script looks like this once I customized the output:
@ECHO OFF
:: Check Windows version
IF NOT "%OS%"=="Windows_NT" GOTO Syntax
:: Check command line
ECHO.%* | FIND "?" >NUL
...
I'm trying to find a decent way to keep track of which systems are staying up to date with their mcafee updates. What I would like to do is have a simple batch file that can be ran on each machine which scans a registry key and simply exports the key value back to a text file with some indicator...
I am trying to connect to the work LAN via an incoming connection to my win2k pro machine from my XP machine at home. I have it working between machines at work, and have ports 1723 and 47 forwarded per linksys support material but when I try and connect it comes back with an error message...
Thanks to those who replied to my question yesterday. I followed all the directions in the microsoft KB article #257333 But I am unable to connnect. Right now I'm behind the same router as the server which is nat'ing the server address. If I try to connect to 192.168.1.99 (the static ip of the...
Looking to setup a vpn for remote access from a home machine to the work LAN. Is there any thing that we can install on a Win2k pro machine to allow it to accept incoming VPN connections? We currently don't have a machine running windows server, so I was hoping we would be able to do it via...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.