Re: External command with arguments (WinXP): cmd /c problem

2007-02-15 Thread j.hofmann
Hm, this is strange, the windows shell cmd (not vim!) has problems with the following: cmd.exe /c C:\Programme\Microsoft Office\Office10\OUTLOOK.EXE /a c:\Dokumente und Einstellungen\hofjoa41\Eigene Dateien\test.txt - C:\Programme\Microsoft not found If I use the command above directly at the

Re: External command with arguments (WinXP): cmd /c problem

2007-02-15 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: Hm, this is strange, the windows shell cmd (not vim!) has problems with the following: cmd.exe /c C:\Programme\Microsoft Office\Office10\OUTLOOK.EXE /a c:\Dokumente und Einstellungen\hofjoa41\Eigene Dateien\test.txt - C:\Programme\Microsoft not found If I use the

Re: External command with arguments (WinXP): cmd /c problem

2007-02-15 Thread Dr. Uwe Schneider
Hi Joachim! This seems to correlate with the space in the directory name. Try C:\Programme\Microsoft\ Office\Office10\OUTLOOK.EXE Regards, Doc Hm, this is strange, the windows shell cmd (not vim!) has problems with the following: cmd.exe /c C:\Programme\Microsoft Office\Office10\OUTLOOK.EXE

Re: External command with arguments (WinXP): cmd /c problem

2007-02-15 Thread Fan Decheng
A.J.Mechelynck wrote: [EMAIL PROTECTED] wrote: Hm, this is strange, the windows shell cmd (not vim!) has problems with the following: cmd.exe /c C:\Programme\Microsoft Office\Office10\OUTLOOK.EXE /a c:\Dokumente und Einstellungen\hofjoa41\Eigene Dateien\test.txt - C:\Programme\Microsoft not

AW: External command with arguments (WinXP): cmd /c problem workaround

2007-02-15 Thread j.hofmann
-Ursprüngliche Nachricht- Von: A.J.Mechelynck [mailto:[EMAIL PROTECTED] If you replace Microsoft Office by its 8.3 equivalent (MICROS~1 or similar) OK, this works: C:\PROGRA~1\MI1933~1\OFFICE10\outlook.exe /a %:p I found this strange short path by calling command.com from