View Single Post
  #6 (permalink)  
Old 03-05-2007, 04:15 PM
Dave Patrick
Newsgroup Contributor
 
Posts: n/a
Re: executable for cmd not in path?

Forcing the user to a command prompt in-of-itself might be a problem. Why
not create a shortcut? If you need the window kept open then;

cmd /k %ProgramFile%\misc\fsum.exe

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Dick Watson" wrote:
> Typing in a cmd shell. That's why forcing the user to use a hard path is
> not really attractive.


Reply With Quote

 
Old 03-05-2007, 04:15 PM