How can I execute WinSCP through run or windows key +R
This might be a a lame question, but I seriously want to know how can I start WinSCP straight from Run dialog.
I have done the PATH
variable setting and after doing this a DOS program starts as WinSCP. I'm guessing this is winscp.c开发者_如何学编程om
. I want to run WinSCP.exe
. I can do the whole C:\Program Files\WinSCP\WinSCP.exe
, but I just want to type WinSCP and the GUI should pop-up. Has anybody done this before?
If you set the path variable, typing WinSCP.exe should bring up the GUI. For future reference, questions like this would be better suited for Super User.
When you specify just filename without an extension, the .com
has a precedence over .exe
in Windows. And that's exactly a reason, why WinSCP command-line interface has .com
extension. As it is expected, that when you run WinSCP from command-line, you want a command-line interface.
Apparently it's not your case. One solution is simply to delete winscp.com
(or move it away from path), if you are not using it. You do not need it for WinSCP GUI to work.
精彩评论