Finding executables for Windows programs

  • Thread starter Thread starter James D
  • Start date Start date
J

James D

I want to find an executable file in Windows (for a function within Windows)
so I can make a shortcut instead of having to go to the start button all the
time. Is there a way to find this out?
 
James said:
I want to find an executable file in Windows (for a function within Windows)
so I can make a shortcut instead of having to go to the start button all the
time. Is there a way to find this out?

Which one?
 
|>I want to find an executable file in Windows (for a function within Windows)
|>so I can make a shortcut instead of having to go to the start button all the
|>time. Is there a way to find this out?

Run your program.

Download and run Process Explorer
http://www.sysinternals.com/Utilities/ProcessExplorer.html

Double click on your process (running program) to read it's image,
copy and paste the command line to your short cut.
 
James said:
I want to find an executable file in Windows (for a function within
Windows) so I can make a shortcut instead of having to go to the start
button all the time. Is there a way to find this out?

Quite possibly yes. Right-click on the executable and drag it to the
Desktop. Release the right mouse button and then left-click on "Create
Shortcut". Since you didn't tell us what "function within Windows" you
want to create a shortcut for, you can't get a more specific answer.
Tell us what you are trying to do and someone will tell you how to do
it.

Malke
 
You might find a copy of "Windows XP Pocket Reference" from O'Reilly ISBN
0-596-00425-7 useful.
 
Back
Top