bytehead-

Results 8 comments of bytehead-

Because mkdir is a cmd.exe builtin. You must use mkdir.exe -p e\f\g\h `C:\>which mkdir` which gives me `C:\Program Files (x86)\Gow\bin\mkdir.EXE` lies.

Freaking Microsoft. `"mkdir.exe" -p e/f/g/h`

When CMD.EXE sees mkdir (without quotes), as a built-in command, CMD chooses to execute that command itself, even though by adding the .exe, one would think that would tell CMD...

The reason it doesn't work in bash.exe is because it's a a batch file (clear.bat), which contains simply `@echo off` `cls` And since bash doesn't handle bat files, nor would...

c:>gfind . -iname "file*" -print gfind: ./Documents and Settings: Permission denied ./Games/World_of_Tanks/res_bw/scripts/common/lib/distutils/filelist.pyc ./Games/World_of_Tanks/res_bw/scripts/common/lib/distutils/file_util.pyc ./Games/World_of_Tanks/res_bw/scripts/common/lib/filecmp.pyc ./Games/World_of_Tanks/res_bw/scripts/common/lib/fileinput.pyc ./Games/World_of_Tanks/res_bw/scripts/common/lib/idlelib/filelist.pyc ./Games/World_of_Tanks/res_bw/scripts/common/lib/lib-tk/filedialog.pyc ./Games/World_of_Tanks/res_bw/scripts/common/lib/plat-irix5/file.pyc ./Games/World_of_Tanks/res_bw/scripts/common/lib/plat-irix6/file.pyc ./Games/World_of_Tanks/res_bw/scripts/common/lib/plat-mac/carbon/file.pyc ./Games/World_of_Tanks/res_bw/scripts/common/lib/plat-mac/carbon/files.pyc ./Games/World_of_Tanks/res_bw/scripts/common/lib/plat-mac/lib-scriptpackages/finder/files.pyc ./MinGW/include/sys/file.h ./MinGW/mingw32/include/sys/file.h Works for me. c:>gfind . -name...

It did. Markdown ate the asterisks. o_O

IIRC, you need to create a ETC subdirectory under GOW to get it working. I think that get's fixed in the next release. But that doesn't help right now.

I'm not exactly sure what your question is here. Do the GOW tools run in the Windows command shell (cmd.exe)? Yes, they do. Some require it, since we use some...