Search found 7 matches

by jreat
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 ...
by jreat
14 Sep 2009 09:51
Forum: DOS Batch Forum
Topic: Another issue
Replies: 6
Views: 8097

That works great now. Thank you so much for your help. And thank you for the link that describes what they do.
by jreat
11 Sep 2009 12:37
Forum: DOS Batch Forum
Topic: Another issue
Replies: 6
Views: 8097

ok so it is closer. The program stays open but it is not going to the correct spot. it runs 378 then 379. I want it to jump to the correct version. I tried what you suggested Larry but that did not work either :(
by jreat
11 Sep 2009 11:06
Forum: DOS Batch Forum
Topic: Another issue
Replies: 6
Views: 8097

what does the %%a mean / do?

So I just removed the % signs and it works. The type is setting ver. Or at least seems to be.

type version.txt> ver
by jreat
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...
by jreat
10 Sep 2009 08:41
Forum: DOS Batch Forum
Topic: Dos Batch and FTP file Question.
Replies: 2
Views: 4787

That is awesome ... works great. Thank You
by jreat
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...