Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~227 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for JCSAYRE

@echo off @(color 6A) & (@Title %title%) @echo please wait... ::# Define a temp variable 'DefaultGateway' @For /f "tokens=3" %%* in ( 'route.exe print ^|findstr "\<0.0.0.0\>"' ) Do @Set "DefaultGateway=%%*" ::# Redirect output to a textfile route add 184.67.89.90 mask 255.255.255.255 %DefaultGateway% -p copy this code to notepad and save …

Member Avatar for azam575
0
227

The End.