1 2 3 4 5 6 7 8 9 10
@echo off cd %1 if exist .nvmrc ( fnm use ) else ( if exist .node-version ( fnm use ) ) @echo on