How to set schedule dial up?

M

Mesak

I need to update antivirus by use dial up on Windows 2000.
How to set schedule dial up?
 
J

Jack Seredyniecki

You can write a batch file and then use the Windows Task Scheduler to run it
at a specified time.
If you're running the Norton Corporate edition it can look something like
this:

@echo off
cls
color 0a
Connecting to the dial-up server...
rasdial connectionnamegoeshere usernamegoeshere passwordgoeshere
if ERRORLEVEL 0 GOTO UpdateDefs
color 0c
echo There was a problem dialing out....
:UpdateDefs
C:
cd program files
cd navnt
Updating Virus Definitions...
vpdn_lu /SILENT
Exit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Dial-up Server 1
XP and DSL? 22
automating logging into dial-up network 2
Dial-up networking 3
Outgoing Only dial up 1
Remove Everyone Group? 1
Access Dcount (multiple criteria) 3
Routing denied to remote workers 1

Top