> Any way to get the command prompt window to stick around a
> little longer?
>
> For ping it's ok, because that takes some time, but with
> stuff like nslookup, the command prompt disappears right
> away, so you never see the results.


Greg,

Try this...
nslookup|run cmd.exe /k nslookup %s

(btw, you can use a pipe '|' instead of a <tab> now)

I doubt this works on 95/98/ME (with command.exe), but it should work on
NT/2000/XP.

Using cmd.exe also allows redirection of the output:
nslookup|run cmd.exe /k nslookup %s >c:\dqsd.log

Glenn


> I tried redirecting the results to a text file, and that
> didn't work either (ie. the alias:
>
> nslookup<tab>run nslookup %s > c:\temp\results.txt
>
> didn't create the file (even though that command works find
> on the command line after manual substitution.)
>
> As for "Why not just use the dns and sams tools?"  It's much
> cleaner to do it myself (not to mention faster) - it's not
> like those sites are performing voodoo, they're pretty basic
> applications and for the most part come with the OS.
>
> ----------------------------------------------------------------------
>
> Comment By: mlmll (mlmll)
> Date: 2002-08-02 13:46
>
> Message:
> Logged In: YES
> user_id=491129
>
> John's right, you can do *lots* of customised stuuf wioth the
> local aliases.
>
> Also, the sams search does it all quite well, together with
> some digging. Try it !
>
> MLL
>
> ----------------------------------------------------------------------
>
> Comment By: Thad Kerosky (thadk)
> Date: 2002-08-02 03:43
>
> Message:
> Logged In: YES
> user_id=97620
>
> check out the '?' feature...if you type "? ping", "?
> tracert", or "? dig" you wouldv'e gotten right to most of
> the things you wanted...I think one of the features for
> "dns" does the nslookup as well but it's called something
> different.
>
> ----------------------------------------------------------------------
>
> Comment By: Glenn Carr (glenncarr)
> Date: 2002-08-01 14:54
>
> Message:
> Logged In: YES
> user_id=18127
>
> Try "sams microsoft.com" in the toolbar.  It does an
> address 'dig' and a traceroute.
>
> ----------------------------------------------------------------------
>
> Comment By: John W. Bairen, Jr. (jbairen)
> Date: 2002-08-01 14:29
>
> Message:
> Logged In: YES
> user_id=419566
>
> you can type "run ping microsoft.com" without the quotes
> or "run tracert microsoft.com" without quotes to get these
> commands to work.
>
> alternatively in my localaliases.txt i have the following line:
>
> ping|run ping %s|Ping Command
>
> so now all i have to type is "ping microsoft.com" without the
> quotes.
>
> you may try a few of the other searches like dns
> (DNSStuff.com) for similar features already built in.
>
> i'm afraid i don't understand the "dig" request.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dqsd-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-users
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to