About
In the command, you can use variables.
Sqlplus
Example to run SQLPlus
cmd /c cd /D "$(CURRENT_DIRECTORY)" & cd & @echo @"$(FULL_CURRENT_PATH)" | sqlplus connectionString & pause
In the command, you can use variables.
Example to run SQLPlus
cmd /c cd /D "$(CURRENT_DIRECTORY)" & cd & @echo @"$(FULL_CURRENT_PATH)" | sqlplus connectionString & pause