Differences
This shows you the differences between the selected revisions of the page.
| 2019-08-01 | 2019-09-30 | ||
| extensions (martin) | using %WINSCP_PATH% (martin) | ||
| Line 55: | Line 55: | ||
| Use the following command to delete a large directory structure in a separate process: | Use the following command to delete a large directory structure in a separate process: | ||
| - | <code>cmd.exe /c start "" cmd /c ""C:\Program Files (x86)\WinSCP\WinSCP.com" /command "open !E" "cd !/" "rm !&" "exit" & "C:\Program Files (x86)\WinSCP\WinSCP.exe" "!E" /refresh "!/""</code> &winpath | + | <code>cmd.exe /c start "" cmd /c ""%WINSCP_PATH%\WinSCP.com" /command "open !E" "cd !/" "rm !&" "exit" & "%WINSCP_PATH%\WinSCP.exe" "!E" /refresh "!/""</code> &winpath |
| - | + | ||
| - | Replace ''C:\Program Files (x86)'' with ''C:\Program Files'' on 32-bit systems. &winpath &win32 &win64 | + | |
| Check custom command options //Local command//, //Apply to directories// and //Use remote files//. | Check custom command options //Local command//, //Apply to directories// and //Use remote files//. | ||