I want to run avupdate (via a batch file) on a win95 peer-peer network. Have tried to run from command line after editing avupdate.ini, but no joy. Anyone any ideas why this would not work?
Add the following lines to your login script,
open notepad and type:
@echo off
REM Sample Windows NT Login Script for AVUpdate
REM Please replace "<updateserver>" in this file with the name of
REM the NT Server designated as you update server.
If "%OS%" == "Windows_NT" goto skip
If NOT "%WINBOOTDIR%" == "" goto 95
echo Running AVupdate using WIN3x syntax
net use v: \updateserver\cheyupd$
v:\avupdate.exe
net use v: /d
goto skip
:95
REM
REM Run AVupdate using WIN95 syntax
REM
echo Running using WIN95 syntax
\\updateserver\cheyupd$\avupdate.exe
:skip
echo Thank you for using AV-Update
When you're ready save the file as login.bat
If it still does'nt work, try to "fake" the computer to use one PC as Server, and the other one as Client.
by the way, are you using the same operating systems on both PC's ?
Maybe you must download the update for AVupdate to make it work, it can be found at:
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.