How To Create A .EXE

The machines we love to hate

Moderator: Wiz Feinberg

Post Reply
User avatar
Steve Alonzo Walker
Posts: 471
Joined: 6 Aug 2000 12:01 am
Location: Spartanburg,S.C. USA (deceased)

How To Create A .EXE

Post by Steve Alonzo Walker »

I would like to know how to create a .EXE for a shortcut that is on my desktop. I want to use me Task Scheduler to start this program and I need the .EXE for this. THANKS!

papasteel@charter.net
User avatar
Jim Smith
Posts: 7949
Joined: 4 Aug 1998 11:00 pm
Location: Midlothian, TX, USA

Post by Jim Smith »

Assuming that your shortcut runs the program that you want, I doubt that you want to "create" the executable, as it's already there. Image

Right click on the shortcut and select Properties. Click on the Shortcut tab and the Target line shows what program is being called and with what parameters. Copy the entire line and put it in your Task Scheduler.

Another way to do it is to prepend the complete path to the shortcut name and append ".lnk" to the shortcut name and just call the shortcut from your scheduler. Image
Post Reply