Search found 1 match

by netninja101
15 Jun 2023 18:09
Forum: DOS Batch Forum
Topic: My Batch Script not working for adding printer
Replies: 0
Views: 23376

My Batch Script not working for adding printer

Hi, I needed help with my batch script of adding the printer by ip. because it says argument is invalid. Here are my codes: @echo off REM Prompt the user to enter the IP address of the printer set /p ipaddress=Enter the IP address of the printer: REM Add printer using TCP/IP device with the specifie...