Computer Hope

Microsoft => Microsoft DOS => Topic started by: yperron on November 13, 2007, 09:17:53 AM

Title: What is the unix's WHICH command equivalent in MSDOS
Post by: yperron on November 13, 2007, 09:17:53 AM
Hi,

I want to search if an executable (ex.: setx.exe) is available somewhere on the PC!
Like the WHICH  command in unix http://www.computerhope.com/unix/uwhich.htm
Is there an equivalent in MSDOS or should I do a loop to browse the path by myself.

thanks
yp
Title: Re: What is the unix's WHICH command equivalent in MSDOS
Post by: gpl on November 13, 2007, 09:43:27 AM
The answer is that there isnt one, this thread seems to have what you want
http://www.computerhope.com/forum/index.php/topic,45867.0.html
Graham