batch file - Run a command promt and run a command -
i need write command calling other command prompt of oracle , running command on it. currently, running using below command
d:\oracle\setenv.bat /k buildapp but runs setenv.bat , quits , doesn't run buildapp. buildapp run on command prompt opened setenv.bat. can please on this?
try cmd /c d:\oracle\setenv.bat /k buildapp.
Comments
Post a Comment