Differences
This shows you the differences between the selected revisions of the page.
2017-02-09 | 2017-02-09 | ||
Deleting on Background (martin) | tags + 32-bit (martin) | ||
Line 44: | Line 44: | ||
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 !S" "cd !/" "rm !&" "exit" & "C:\Program Files (x86)\WinSCP\WinSCP.exe" "!S" /refresh "!/""</code> | + | <code>cmd.exe /c start "" cmd /c ""C:\Program Files (x86)\WinSCP\WinSCP.com" /command "open !S" "cd !/" "rm !&" "exit" & "C:\Program Files (x86)\WinSCP\WinSCP.exe" "!S" /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//. |