Table of Contents

Notepad++ - Run Command

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