Hello Michael,
Tuesday, December 21, 2004, 9:22:54 PM, you wrote:
MS> I get "VBScript runtime error: ActiveX component can“t create object:
MS> "Scripting.FileSystemObject""
MS> in this line:
MS> Set FSO = CreateObject("Scripting.FileSystemObject")
This is very strange. It seems that Windows Scr
Hello Stefan,
Tuesday, December 21, 2004, 6:58:49 PM, you wrote:
SS> Hello,
SS> I'm looking for documentation for the win32process module. The online docs
SS> don't seem to contain anything about it. Specifically, I'm looking for
SS> information concerning the 'CreateProcess' call.
SS> I'm debug
> I have tried several times after puzzling about the code in "Python
> Programming on Win32," but I have not been able to figure out a simple
> python service that monitors the clipboard. (My ultimate goal is to
> have a service that is something like ArsClip. I am trying to do this
> to lear