Eric Smith <e...@trueblade.com> added the comment:

I agree with David that this is a Windows problem. I copied xcopy.exe into a 
local directory as xcopy.exe and xcopy.a.exe. When running this VBScript, the 
first line runs, the second gives me an error 0x8007002, "The system could not 
find the file specified".

WScript.CreateObject("WScript.Shell").Run "xcopy", 1, true
WScript.CreateObject("WScript.Shell").Run "xcopy.a", 1, true

I only tested on XP.

----------
nosy: +eric.smith
resolution:  -> invalid
stage: test needed -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8224>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to