Disclaimer, I'm not a windows user
Helping a windows user at work to import SQL Developer connections. For the import step you need a SQLcl session. When the user tries this with sql /nolog the error below shows up.
I assumed that env. was setup as part of the VS Code SQL Developer Extension install… Looks like I was wrong:-)
sql : The term 'sql' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ sql /nolog
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (sql:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException