Ver Mensaje Individual
  #15 (permalink)  
Antiguo 03/04/2012, 10:51
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Generando los metodos get/set en doctrine

Pues no se, el bat debería ser algo asi:


Código BAT:
Ver original
  1. @echo off
  2.  
  3. set PHPBIN=C:\xampp\php\php.exe
  4. if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
  5. GOTO RUN
  6. :USE_PEAR_PATH
  7. set PHPBIN=%PHP_PEAR_PHP_BIN%
  8. :RUN
  9. "%PHPBIN%" "\xampp\php\doctrine" %*

y si prestas atención no es mas que un shortcut a este comando:

Código CMD:
Ver original
  1. C:\xampp\php\php.exe C:\xampp\php\doctrine.php

Saludos y suerte.
__________________
http://es.phptherightway.com/
thats us riders :)