tengo el siguiente bat
Código bat:
Ver original
@echo off REM SCRIPT TO START MULTI-USER SESSION OF MFG/PRO REM TOKENS: REM &DLS = PROGRESS DIRECTORY REM &CLIENT -DB-CONNECT=COMMAND LINE TO CONNECT DB IN DBSET SET DLC=F:\sw\dlc SET PATH=%PATH%;%DLC%\bin SET PROMSGS=%DLC%\promsgs SET PROTERMCAP=%DLC%\protermcap SET PROPATH=.,F:\sw\qad2011se,F:\sw\qad2001se\bbi,F:\sw\qad2011se\qra\qra.pl REM REM Start MFG/PRO. REM %DLC%\bin\_progress -rereadnolock -c 30 -d mdy -yy 1920 -Bt 350 -D 100 -mmax 200 -s 128 -noshvarfix -pf F:\sw\qad2011se\Production.ini -p mf.p
el cual me muestra esta ventana
lo que necesito saber y ver si me pueden ayudar es como puedo mandarle el usuario la contraseña y el dominio por medio del bat
espero puedan ayudarme