Archive for January 13th, 2008

Close the batch file after executing a program

Sunday, January 13th, 2008 33 views

Lets say you want to start a program in windows using batch file but you don't want to let your user see the batch file running in background alongwith the program it executed.So here is the nifty solution to this problem: Problem: Run MSPaint using batch file and close the ...

A standalone Helloworld XUL example (XULRunner)

Sunday, January 13th, 2008 114 views

Updated: 2 Aug, 2008 at 11:46 PM IST I am pretty much impressed by firefox extensions but the extensions still requires firefox to be installed and run. So here is the way to create standalone XUL application using XULRunner runtime (its like JRE, java runtime that is used to run JAVA application ...