SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- $slp_folder = Read-Host
- $slp_files = Get-ChildItem -Recurse -Filter *.slp $slp_folder
- Write-Host $slp_files
- $slp_files | ForEach-Object -Process {
- & node slp_rename.js $_.FullName
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.