[Tutor] Python
Dave Angel
d at davea.name
Thu Sep 6 11:02:52 CEST 2012
On 08/19/2012 04:42 PM, Andrew Rosen wrote:
> I have a Windows Computer and I'm trying to make a shortcut on my desktop that will run a program, so I don't have to open up a New Window form Python Shell and use that to run the program. I can't figure out how to do it, can you help me?
>
This is a Windows question, not a Python one. But I'll take a crack at
it, since I used to run Windows.
Use right-click on the desktop and choose "create shortcut" from the
context menu. Fill in the name of your script. Give the shortcut a
useful name.
This assumes that you have the usual file associations stored in the
registry. They are what tells the Windows system how to run a *.py file
--
DaveA
More information about the Tutor
mailing list