Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
482 views

using ssh from Git for Windows in a stand-alone fashion

I am having Git for Windows (this comes with MinGw64 binaries and an msys-dll set) and have extracted (thanks to depends.exe) only the program SSH.exe with the needed DLL files for using those ...
Alexander Stohr's user avatar
0 votes
1 answer
204 views

Can Mingw32/Msys run dos/cmd.exe executables with ampersand in arguments? [duplicate]

This is a similar question to :Can Mingw32/Msys run dos/cmd.exe executables without screwing up the arguments? I'm trying to launch outlook from the mingw shell. I want to launch a new message window ...
Aaron's user avatar
  • 1
2 votes
1 answer
269 views

In git-bash when I hit delete it says "(arg: 3)" then the keyboard doesn't work correctly

I googled it and can't seem to find anything talking about it. Basically if I'm at the prompt, and I've typed something, then arrow to delete something in the middle of it, when I hit delete the ...
phazei's user avatar
  • 547
2 votes
1 answer
2k views

Why isn't MinGW's find command printing all files on drive C:?

I'm using MinGW (as packaged by msysgit for Windows), and I'm trying to list all the files on my C drive. I would expect find /c to do this. However, this is not what I'm seeing (in an MinGW window)...
Suppressingfire's user avatar