Search found 7 matches
- 20 Aug 2010 11:49
- Forum: DOS Batch Forum
- Topic: Delete network printer from a remote pc
- Replies: 1
- Views: 3547
Delete network printer from a remote pc
I am trying to make a script that will delete a printer from a pc. For example I am on pc 1234 and want to run this program that will ask me for the pc i want to delete the printer from and what printer it is. So pc 789 i want to delete printer123 on printerserver I have the following so far but it ...
- 14 Sep 2009 09:51
- Forum: DOS Batch Forum
- Topic: Another issue
- Replies: 6
- Views: 8097
- 11 Sep 2009 12:37
- Forum: DOS Batch Forum
- Topic: Another issue
- Replies: 6
- Views: 8097
- 11 Sep 2009 11:06
- Forum: DOS Batch Forum
- Topic: Another issue
- Replies: 6
- Views: 8097
- 11 Sep 2009 09:50
- Forum: DOS Batch Forum
- Topic: Another issue
- Replies: 6
- Views: 8097
Another issue
I have another batch file I am trying to get working. All I am really trying to do is check a version on a flash drive then update it to the latest version. For some reason it closes before hitting the pause. I have the pause in there to help trouble shoot. Any suggestions? cls @echo off cd sbusb @e...
- 10 Sep 2009 08:41
- Forum: DOS Batch Forum
- Topic: Dos Batch and FTP file Question.
- Replies: 2
- Views: 4787
- 09 Sep 2009 14:38
- Forum: DOS Batch Forum
- Topic: Dos Batch and FTP file Question.
- Replies: 2
- Views: 4787
Dos Batch and FTP file Question.
I am trying to write a batch file that you can enter in an IP of a network printer and then select the model printer it is. At this point it will run FTP and update the firmware of that printer. I have it working minus the IP getting entered into the ftpscript.txt file. Any help would be great. Than...