Re: Can not run any command with ! in W2K

2006-06-16 Thread Bram Moolenaar
Juan Lanus wrote: > On 6/16/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > Mathias Michaelis wrote: > > > > > >> If I do :!dir a console opens and says: > > > >> C:\WINNT\system32\CMD.EXE /c dir > > > >> shell returned -1 > > > >> > > > > > > > > 2) If 1) doesn't help, you may want

Re: Can not run any command with ! in W2K

2006-06-16 Thread Mathias Michaelis
Bram > I'm not sure perror() can be used in general after system(). > Otherwise it makes sense. > Thanks. Indeed I only checked the documentation of Visual Studio 2005 Visual Studio .NET Visual Studio 6.0 When making the patch. But by googling a little bit, I find firther indications that perro

Re: Can not run any command with ! in W2K

2006-06-16 Thread Bram Moolenaar
Mathias Michaelis wrote: > >> If I do :!dir a console opens and says: > >> C:\WINNT\system32\CMD.EXE /c dir > >> shell returned -1 > >> > > > > 2) If 1) doesn't help, you may want to produce the phenomena outside > >of vim. Open a cmd-window and type something like > > > >"path\

Re: Can not run any command with ! in W2K

2006-05-29 Thread Mathias Michaelis
Hi all >> If I do :!dir a console opens and says: >> C:\WINNT\system32\CMD.EXE /c dir >> shell returned -1 >> > > 2) If 1) doesn't help, you may want to produce the phenomena outside >of vim. Open a cmd-window and type something like > >"path\to\vim\vimrun.exe" %windir%\system32\

Re: Can not run any command with ! in W2K

2006-05-27 Thread A.J.Mechelynck
Suresh Govindachar wrote: Juan Lanus wrote: > On 5/27/06, Suresh Govindachar wrote: > >> Start gvim using the command >> p:\ath\to\gvim.exe -u NONE -U NONE --noplugin >> In the resulting gvim, do >> :set shellcmdflag=3D/k >> Then :!ver > > The name of the window

Re: Can not run any command with ! in W2K

2006-05-27 Thread Suresh Govindachar
Juan Lanus wrote: > On 5/27/06, Suresh Govindachar wrote: > >> Start gvim using the command >> p:\ath\to\gvim.exe -u NONE -U NONE --noplugin >> In the resulting gvim, do >> :set shellcmdflag=3D/k >> Then :!ver > > The name of the window is D:\vim\vim70\vimrun.exe an

Re: Can not run any command with ! in W2K

2006-05-27 Thread Mathias Michaelis
Hello Juan > The problem is that any ! command returns, for example !!dir returns (after a > couple seconds): > E485: Can't read file x.tmp > > If I do :!dir a console opens and says: > C:\WINNT\system32\CMD.EXE /c dir > shell returned -1 > Just some thoughts ... 1) In my _vimrc file

RE: Can not run any command with ! in W2K

2006-05-26 Thread Suresh Govindachar
Juan Lanus wrote: > ... when I use the :! syntax a DOS window > containing the error shows. Issue the ": !dir" and in the resulting DOS window, issue the path command. The output will be what this _particular_ dos window has for the path environment variable. Then directly ope

Re: Can not run any command with ! in W2K

2006-05-26 Thread Gerald Lai
On Fri, 26 May 2006, Juan Lanus wrote: On 5/26/06, Gerald Lai <[EMAIL PROTECTED]> wrote: My first assessment would be to check if C:\WINNT\system32\CMD.EXE does exist. Does it? Yes it does. I'm not at that PC now, but I assume it's there because I can open DOS windows with the usual shortcu

Re: Can not run any command with ! in W2K

2006-05-26 Thread Juan Lanus
On 5/26/06, Gerald Lai <[EMAIL PROTECTED]> wrote: > My first assessment would be to check if >C:\WINNT\system32\CMD.EXE > does exist. Does it? Yes it does. I'm not at that PC now, but I assume it's there because I can open DOS windows with the usual shortcut that points to %SystemRoot%\system32

Re: Can not run any command with ! in W2K

2006-05-26 Thread Gerald Lai
On Fri, 26 May 2006, Juan Lanus wrote: [snip] The problem is that any ! command returns, for example !!dir returns (after a couple seconds): E485: Can't read file x.tmp If I do :!dir a console opens and says: C:\WINNT\system32\CMD.EXE /c dir shell returned -1 Hit any key to close t