$files = get-childitem D:\Sync\Projects\FRIA-Maps\FRIA-CD -Recurse -Include *.fcw foreach ($i in $files) {start-process "C:\Program Files (x86)\ProFantasy\CC3Plus\fcw32.exe" $i.fullname -wait move-item ($i.fullname) -destination D:\Sync\Projects\FRIA-Maps\FRIA-CD-Reconciled}