WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

RAS

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Check if RAS is Installed

 Keywords:  check if RAS DUN is installed

Question:

Loading an "Inventory" type program on networked PC's - everything from Win95 to XP - including 4.0 & 2000 servers. Runs perfect except for those that don't have dial up installed - recieving a RAS error. How do I check to see if dial up is installed before I load the extender?

Answer:

One good indication that RAS is installed is the existance of the file: RASAPI32.DLL.
You could try the following:
if !FileExist(StrCat(DirWindows(1),"RASAPI32.dll"))
   Message("Ras Checker","Ras not installed")
   exit
endif 

Article ID:   W15081
File Created: 2002:09:05:13:49:28
Last Updated: 2002:09:05:13:49:28