Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/08/2012, 09:30
Avatar de valdo_kof
valdo_kof
 
Fecha de Ingreso: noviembre-2009
Ubicación: San Juan del Rio, Qro
Mensajes: 192
Antigüedad: 14 años, 6 meses
Puntos: 16
mandar archivo usuario y contraseña a archivo bat

buen dia

tengo el siguiente bat

Código bat:
Ver original
  1. @echo off
  2. REM SCRIPT TO START MULTI-USER SESSION OF MFG/PRO
  3.  
  4. REM TOKENS:
  5. REM &DLS = PROGRESS DIRECTORY
  6. REM &CLIENT -DB-CONNECT=COMMAND LINE TO CONNECT DB IN DBSET
  7.  
  8. SET DLC=F:\sw\dlc
  9. SET PATH=%PATH%;%DLC%\bin
  10. SET PROMSGS=%DLC%\promsgs
  11. SET PROTERMCAP=%DLC%\protermcap
  12. SET PROPATH=.,F:\sw\qad2011se,F:\sw\qad2001se\bbi,F:\sw\qad2011se\qra\qra.pl
  13.  
  14. REM
  15. REM Start MFG/PRO.
  16. REM
  17.  
  18. %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