Jakob Simon-Gaarde: > How can I ensure a safe passing of arguments maybe having speciel > characters within.
Use ctypes to call the Windows GetCommandLine function. The CommandLineToArgvW function can be used to break up the command line string into arguments. Neil -- http://mail.python.org/mailman/listinfo/python-list