[pywin32-checkins] pywin32/com/win32comext/shell/demos/servers copy_hook.py,1.1,1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-10-08 08:40:26
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/shell/demos/servers In directory sc8-pr-cvs1:/tmp/cvs-serv14911 Modified Files: copy_hook.py Log Message: Add comments with what the demo is supposed to do. Index: copy_hook.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/shell/demos/servers/copy_hook.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** copy_hook.py 7 Oct 2003 05:13:22 -0000 1.1 --- copy_hook.py 8 Oct 2003 08:40:20 -0000 1.2 *************** *** 3,8 **** # To demostrate: # * Execute this script to register the context menu. ! # * Open Windows Explorer, and browse to a directory with a .py file. ! # * Note the pretty, random selection of icons! import sys, os import pythoncom --- 3,9 ---- # To demostrate: # * Execute this script to register the context menu. ! # * Open Windows Explorer ! # * Attempt to move or copy a directory. ! # * Note our hook's dialog is displayed. import sys, os import pythoncom |