You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for /f %%F in ('dir /AD /b ^| findstr /vile "Template_PSL_Base"') do if exist "%%F"\circuit\PSL_Papilio_DUO_LX9.xise start %%F\circuit\PSL_Papilio_DUO_LX9.xise && pause
echo "Change Xise project files to library now"
pause
REM for library circuit
cd libraries
for /f %%F in ('dir /AD /b ^| findstr /vile "Template_PSL_Base"') do if exist "%%F"\circuit\PSL_Papilio_DUO_LX9.xise start %%F\circuit\PSL_Papilio_DUO_LX9.xise && pause