Differences
This shows you the differences between the selected revisions of the page.
| 2020-02-07 | 2020-02-07 | ||
| custom-command => custom-command-local (martin) | cmd.exe /c => cmd /C (martin) | ||
| Line 51: | Line 51: | ||
| <code custom-command-local> | <code custom-command-local> | ||
| - | "%ProgramFiles%\PuTTY\putty.exe" -t -m "%TEMP%\putty.txt" !`cmd.exe /c echo cd "!/" ; /bin/bash -login > "%TEMP%\putty.txt"` | + | "%ProgramFiles%\PuTTY\putty.exe" -t -m "%TEMP%\putty.txt" !`cmd /C echo cd "!/" ; /bin/bash -login > "%TEMP%\putty.txt"` |
| </code> | </code> | ||