Re: Creating shortcuts?

2006-01-13 Thread Paul Watson
> Thanks, > > Ron Griswold > Character TD > R!OT Pictures > [EMAIL PROTECTED] > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Dennis Lee Bieber > Sent: Friday, January 13, 2006 12:26 AM > To: python-

RE: Creating shortcuts?

2006-01-13 Thread Ron Griswold
Hi Roger, Thank you, I will look into this. Ron Griswold Character TD R!OT Pictures [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Upole Sent: Friday, January 13, 2006 4:59 AM To: python-list@python.org Subject: Re: Creating

RE: Creating shortcuts?

2006-01-13 Thread Ron Griswold
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Lee Bieber Sent: Friday, January 13, 2006 12:26 AM To: python-list@python.org Subject: Re: Creating shortcuts? On Thu, 12 Jan 2006 22:53:42 -0800, "Ron Griswold" <[EMAIL PROTECTED]> declaimed

Re: Creating shortcuts?

2006-01-13 Thread Roger Upole
On Windows, Pywin32 allows you to create and manipulate shortcuts. See \win32comext\shell\test\link.py for a small class that wraps the required interfaces. hth Roger "Ron Griswold" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi Folks, Is it possible to create a short

Creating shortcuts?

2006-01-12 Thread Ron Griswold
Hi Folks, Is it possible to create a shortcut to a file in Python? I need to do this in both win32 and OSX. I've already got it covered in Linux by system(ln...). Thanks, Ron Griswold Character TD R!OT Pictures [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list