diff -r 509e4801c378 -r 22878952f6e2 srcanamdw/codescanner/pyinstaller/e2etests/win32/readme.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/srcanamdw/codescanner/pyinstaller/e2etests/win32/readme.txt Thu Feb 18 12:29:02 2010 +0530 @@ -0,0 +1,23 @@ +NextID.py + + ../../MakeCOMServer.py [options] NextID.py + ../../Build.py DriveNextID.spec + distdriveNextID\driveNextID --register + testNextID.vbs + python + >>> import win32com.client + >>> import pythoncom + >>> o = win32com.client.Dispatch('MEInc.NextID', clsctx = pythoncom.CLSCTX_LOCAL_SERVER) + >>> o.getNextID() + 'aaaab0000003' + >>> ^Z + distdriveNextID\driveNextID --unregister + +the others: + + ../../Makespec [options]