Re: Help with first script please. files, directories, autocomplete

2006-10-09 Thread Gabriel Genellina
At Saturday 7/10/2006 16:34, Rainy wrote: You can store the dir name as a variable: >>> d = 'c:\home' >>> from os import * >>> listdir(d) ['.Config.pm.swp', '.run.bat.swp', 'AHK scripts', 'Archive', 'Config.pm', 'Docs', 'Images', 'Links', 'Music', 'Projects', 'Python programs', 'run.bat', 'Shar

Re: Help with first script please. files, directories, autocomplete

2006-10-07 Thread Rainy
[EMAIL PROTECTED] wrote: > Hello everyone. Hopefully someone can point me in the right direction > here. I'm wanting to write a script to open microsoft word and adobe > pdf documents . Here is a little background: > > At the company where I work (an inspection firm) all reports of > inspections a

Re: Help with first script please. files, directories, autocomplete

2006-10-07 Thread simonharrison
Forgot to mention I'm using python 2.5 on windows xp. -- http://mail.python.org/mailman/listinfo/python-list