Computing.Net > Forums > Programming > dos-prompt and java application

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

dos-prompt and java application

Reply to Message Icon

Name: crippa
Date: June 29, 2003 at 06:35:47 Pacific
OS: win xp
CPU/Ram: AMD/512ddr
Comment:

Hi!

I'm runnin win xw and i want to satrt an (java)application with a bat-file and then close the dos-promt that the bat-file run in but without closing the other application.

How do i do this?



Sponsored Link
Ads by Google

Response Number 1
Name: bitbyte
Date: June 29, 2003 at 07:08:40 Pacific
Reply:


use the START command to run the java program from the batchfile

START javapgm

use START /? for help


0

Response Number 2
Name: Brent
Date: July 3, 2003 at 19:33:16 Pacific
Reply:

Also consider using javaw.exe instead of the normal java.exe. javaw.exe is suppose to hide the dos prompt.

Or you can convert your application to an exe.

http://www.objects.com.au/products/jstart/index.jsp
http://www.jelude.cjb.net/
http://www.sureshotsoftware.com/exej/
http://thor.prohosting.com/~dfolly/java/index.html


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: dos-prompt and java application

UR:How to Print Word Doc from dos prompt www.computing.net/answers/programming/urhow-to-print-word-doc-from-dos-prompt/1212.html

(ME)Set Color in DOS Prompt (How2) www.computing.net/answers/programming/meset-color-in-dos-prompt-how2/9122.html

Java DOS Prompt www.computing.net/answers/programming/java-dos-prompt/11449.html