; This registry file adds an option to the context menu (right click) ; for a directory, which allows you to start SQL*Plus in a given directory. ; This is handy because when you save scripts with the SAVE command, you do ; not have to specify the full path - it goes to the current directory. ; ; If you have os authentication setup, you can add a '/' to the sqlplusw ; command to have it login for you! ; ; To install this file, rename it to *.reg, then double-click the filename. ; ; -- BEGIN SQLPLUS.REG -- REGEDIT4 [HKEY_CLASSES_ROOT\Directory\shell\SQLPlus] @="SQL*Plus here" [HKEY_CLASSES_ROOT\Directory\shell\SQLPlus\command] @="sqlplusw" ; -- END SQLPLUS.REG --