How to change and update the title of the command prompt window from the java command line application? Every time I run my application, the command prompt window title show
following dlamblin's revelation ;-) here's a python code. note that there are 2 different commands in most programming languages:
system will issue a system command, exec indeed spawns a new process. thus:
C:\>python
>>> import os
>>> os.system("title berry tsakala")
which works inside a running program. Just find the java equivalent.