Title: Signature.html
This then would seem to what I need in my case for the shortcut:

c:\python25\python25.exe C:\Sandia_Meteors\New_Sentinel_Development\Development\Utility_Dev\SU_DateTimeAdjust.py
(It's really a single line, but wrapped here and there is a space between to two path items.)

but Win says something is wrong with my path for c:\python25\python25.exe.

Even if that works, I don't think a user is likely to install it in a folder like the one I have above. I'm probably better off specifying that the user should set up his size as I've done.

Alan Gauld wrote:
"Wayne Watson" <[EMAIL PROTECTED]> wrote

find away to set the size. One just brings up the program and sets the width-height using the properties option in the upper-left corner. Next  one saves them  when exiting. 

That only works on your PC, any other user needs to do the same thing. Creating a shortcut means you can redistribute it and the recipient gets whatever settings you set.

The shortcut needs to be to python.exe not the program file. Thus if your script is
C:\MYSCRIPT\FOO.PY

and Python is in

C:\Python25\python25.exe

you need a shortcut to

C:\Python25\python25.exe C:\MYSCRIPT\FOO.PY

That should then have all the usual console properties.

If you build an installer to install the program at some other location then you can write a WSH script to create a shortcut programmatically at install time, but thats more tricky.

HTH,


--
           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)
            
             "Dreaming permits each and every one of us to be 
              quietly insane every night of our lives."
                           -- William Dement
                    Web Page: <www.speckledwithstars.net/>
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to