Delete All Persistent Routes from a Batch File

  • Thread starter Thread starter JoshT
  • Start date Start date
J

JoshT

Anyone know of a way to delete all persistent routes from a batch file?

Alread tried "route delete -p *" - it doesn't work, the -p is ignored &
thus networking breaks.

Thanks,
Josh
 
From what I can tell, the -p is only valid when used to ADD routes.

try route del *

--

Brian Oakes

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit.
 
Back
Top