That functionality is in the win32net
module. NetFileEnum and NetFileClose
should be able to do what you want.
hth
Roger
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Python Experts everywhere!!
I am trying to build python 2.4.1 on windows 2003
server using the MSVC files under src/PC/VC6. If I try to open the
workspace pcbuild.dsw with MS Visual C++ 6.0, it tries to login into
Visual SourceSafe and asks for login and password. I believe this
shouldn't be the ca
Hello:
I am looking to check for open files in shared folders; and close them.
I would do this manually by right clicking on my computer and selecting
manage then opening shared folders and open files...
This appears to be part of the compmgmt.msc smapin to MMC.
Any hints on where i should be l
> Hi,
> I wrote a small app that is able to open a excel ssheet with
> the win32com
> module. My problem is that it opens the new excel in the current
> excel session
> ( if available ). Is there a way of opening a fresh new excel
> session with the
> following script and not interferate with my
On 22/02/2006 5:51 AM, Math wrote:
> Hello,
>
> Anybody could give me an example code of how connect/comunicate through
> COM ports (i.e. COM1, COM2).
> I'm under windows XP
> > Thanks!!!
> Math
http://pyserial.sourceforge.net/
___
Python-win32 mai
At 10:51 AM 2/21/2006, Math wrote:
Hello,
Anybody could give me an example code of how
connect/comunicate through COM ports (i.e. COM1, COM2).
I'm under windows XP
I'm working on a command module for telescopes over COM ports,
http://rjs.org/Python/LX200.zip
so look at LXSerial.py and the co
Hello,
Anybody could give me an example code of how
connect/comunicate through COM ports (i.e. COM1, COM2).
I'm under windows XP
> Thanks!!!
Math
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-w
Hi,
I wrote a small app that is able to open a excel ssheet with the win32com
module. My problem is that it opens the new excel in the current excel session
( if available ). Is there a way of opening a fresh new excel session with the
following script and not interferate with my current worki
Hi !
I have a problem.
I have a little tool that can get data about filesystems and I wrote it in
python.
The main user asked me a GUI for this software.
This user is needed a portable program, so I create this kind of the
software with Py2Exe.
But it have very big size: 11 MB... :-(
The dist