Differences
This shows you the differences between the selected revisions of the page.
| 2016-07-29 | 2016-09-06 | ||
| 5.9 stable released (martin) | no summary (martin) | ||
| Line 8: | Line 8: | ||
| ===== Advanced rename with PowerShell ===== | ===== Advanced rename with PowerShell ===== | ||
| - | But for more advanced rename operations, you need to use favorite scripting language language, like [[library_powershell|PowerShell]], to generate a new name and use [[library|WinSCP .NET assembly]] for the actual [[library_session_movefile|rename]] (or [[guide_automation#parametrized|generate a script file]]). | + | But for more advanced rename operations, you need to use your favorite scripting language language, like [[library_powershell|PowerShell]], to generate a new name and use [[library|WinSCP .NET assembly]] for the actual [[library_session_movefile|rename]] (or [[guide_automation#parametrized|generate a script file]]). |
| The following example prefixes all files in a specified directory with a timestamp in format ''YYYY-MM-DD-''. | The following example prefixes all files in a specified directory with a timestamp in format ''YYYY-MM-DD-''. | ||