Views
No views yet
config.jsonfile_1.ext)FileOrganizer.ps1 (double-click or right-click → Run with PowerShell)1# Move to single folder with type subfolders
2.\FileOrganizer.ps1 -SourcePath "C:\Downloads" -DestPath "D:\Organized"
3
4# Copy + dry-run first
5.\FileOrganizer.ps1 -SourcePath "C:\Downloads" -DestPath "D:\Organized" -Action Copy -DryRun
6
7# Separate folder per type
8.\FileOrganizer.ps1 -SourcePath "C:\Downloads" -DestPath "D:\Organized" -SeparateTypes