New

Thursday, March 12, 2015

How to create automatic redial program


  1. Copy the code to text file
  2. Change file extension as a .bat (ex:- hack.bat)
  3. Run it.
Example redial program

:Redial
rasdial "Your connection name"
pause
if %errorlevel% == 0
pause
exit
goto Redial;


  1. Troubleshoot

  • Error code Remote Access error 623 
The system could not find the phone book entry for this connection.For more help on this error:Type 'hh netcfg.chm' In help, click Troubleshooting, then Error Messages, then 623
Press any key to continue . . . 
Solution
  1. Check connection name is correct.
  2. Create new connection and try again.

No comments:

Post a Comment