Differences
This shows you the differences between the selected revisions of the page.
2019-07-25 | 2019-07-25 | ||
stable 5.15 released long time ago - !E should be used now instead of !S (martin) | stable 5.15 released long time ago - !E should be used now instead of !S (martin) | ||
Line 50: | Line 50: | ||
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" "!E" /refresh "!/""</code> &winpath | + | <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 |
Replace ''C:\Program Files (x86)'' with ''C:\Program Files'' on 32-bit systems. &winpath &win32 &win64 | Replace ''C:\Program Files (x86)'' with ''C:\Program Files'' on 32-bit systems. &winpath &win32 &win64 |