Search found 1 match
- 01 Dec 2010 17:18
- Forum: DOS Batch Forum
- Topic: Create a batch file for routing a printer
- Replies: 1
- Views: 3260
Create a batch file for routing a printer
Hello, I would like to be able to put this command to a batch file: Route add 192.168.3.0 mask 255.255.255.0 192.168.5.12 metric 30 -p Here is what I have so far, and get an error on add. Anyone have any suggestions? Thank you @ECHO OFF if "%1"=="3" goto Route2 if "%1"=...