Tag Archive

Customizing your DOS prompt

Published on December 6, 2012 By Ignacio de la Torre
Share

Being back on a windows shop I find the DOS prompt sort of gets in my way, I have customized it so that it will display my current path and then let met type on a new line with this command: PROMPT Ignacio’s rocking at $P$G$_ The different formatting options for the command are: $A […]

Changing the value of a session variable at the session level

Published on November 12, 2011 By ignacio
Share

I recently needed to update the value of a session variable beyond a prompt’s scope, I played a bit with the NQSSetSessionValue() ODBC function