echo %path:;=&echo.%
SET | more
this command will open a new cmd window:
doskey nw=start cmd /k $*
now type: nw
its possible to save the list of current session commands to a file:
$ doskey /history > somefile.txt
You can press F7 to see a history list of the current session
https://blogs.msdn.microsoft.com/.../setting-the-title-of-the-command-prompt-window/
All you have to do is type: title <your text>
call c:\ambiente\setenv7.bat
call start javaw -jar eq.jar
call exithttps://stackoverflow.com/questions/5710839/start-a-java-program-without-the-console
https://stackoverflow.com/questions/324539/how-can-i-run-a-program-from-a-batch-file-without-leaving-the-console-open-after
Links:
https://stackoverflow.com/questions/15884892/print-windows-path-with-every-entry-on-new-line
https://stackoverflow.com/questions/5327495/list-all-environment-variables-from-command-line