Skip to main content
Getting My Rxvt Entitled

Hi, I modified a DOS batch script so that it'll concurrently run 4 java apps and listened for a Java swing applet input:

@echo off
echo This program meant to run CLA and CTF java application in concurrent manner

echo This short script is meant to automate Java execution popup -mnajem

echo Running CLA server
start rxvt -exec java CLAServer 7676

echo Running CLA Server CTF
start rxvt -exec java CLAServerCTF 7678

echo Running CTF Server
start rxvt -exec java CTFServer 7677 localhost 7678

echo Running Java applet
start rxvt -exec java Voter localhost localhost

echo Done

:end



I googled/RTFM'ed for rxvt tutorial to put the application's name as the title, but I can't do it. Do you know how to solve it?

See the pix given-I would like to put the Java apps' name as it's title. Sure it can be done,right?

Comments

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).