Search found 5 matches

by fatal.lordes
30 Apr 2010 15:21
Forum: DOS Batch Forum
Topic: Batch File - Either Append or Hide Blank?
Replies: 3
Views: 5551

Re: Batch File - Either Append or Hide Blank?

Thanks - that is actually what I sort of ended up doing. I searched and found that I could append to a text file so I used that method.

:)
by fatal.lordes
29 Apr 2010 17:33
Forum: DOS Batch Forum
Topic: Batch File - Either Append or Hide Blank?
Replies: 3
Views: 5551

Batch File - Either Append or Hide Blank?

Hi All I'm writing a batch file (and I'm a newbie so excuse any stupid questions) that will ping a number of locations and will report all the items it doesn't get a response from. Currently, when it gets no response, it created a variable with the name of the location. What I would like to do is ha...
by fatal.lordes
14 Apr 2010 21:45
Forum: DOS Batch Forum
Topic: Password Question
Replies: 0
Views: 4722

Password Question

Hi All I'm writing a batch file that basically is a menu of the command lines of heaps of functions that we use often, such as CMD, shutdown remote PC, open remote event viewer, get mac from IP, ping, etc. Most of these commands use the RUNAS function, which is great. And the menu is working great b...
by fatal.lordes
31 Mar 2010 14:58
Forum: DOS Batch Forum
Topic: Running batch file with runas command
Replies: 3
Views: 6159

Re: Running batch file with runas command

Perfect! Thanks so much! :)
by fatal.lordes
30 Mar 2010 18:14
Forum: DOS Batch Forum
Topic: Running batch file with runas command
Replies: 3
Views: 6159

Running batch file with runas command

Hi all I've written a batch file that uses the runas command. The command I've used works when I test it in CMD less the runas part but when it's in the batch file and I use the runas part, it works but it pops up a screen really quick with the results and then it disappears and then another box app...