Dado que você só tem duas escolhas possíveis, a maneira mais fácil é simplesmente verificar se existe uma pasta e tentar isso para ambas as situações. se isso acontecer, copia os arquivos. Este é o script:
set /p model="Enter model number"
set "model1=OptiPlex %model%"
set "model2=Latitude %model%"
if exists "\j2hqfil01\software_ALL DRIVERS\Dell\Desktops\%model1%" (
:: enter commands for OptiPlex below this line
)
if exists "\j2hqfil01\software_ALL DRIVERS\Dell\Desktops\%model2%" (
:: enter commands for Latitude below this line
)