-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Had an issue w/the system select having odd paths, and looping back to the system selection.
Rewrote the Sub as
:SUB_folderBrowser
echo.
echo %dict[9]%
rem PowerShell-Subroutine to open a Folder Browser
set "psCommand="(New-Object -COM Shell.Application)^
.BrowseForFolder(0,'%dict[22]%.',0,0).self.name""
for /F "usebackq delims=" %%i in (`PowerShell %psCommand%`) do set "newRoot=%%i"
set "romsDir=%newRoot%"
set "system=%newRoot%"
cls & echo %dict[12]% %romsDir%
rem Check if scraping from network drive and show warning about stopping ES
if not x%romsDir:\\=%==x%romsDir% echo %dict[13]%
echo. & goto modeSelection
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels