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.
Can a cmd line program be an exe?
Name: gimmpy225 Date: September 18, 2005 at 18:44:50 Pacific OS: Windows XP pro CPU/Ram: Athlon 64 3000+ / 1 gig
Comment:
ok, I made a JAR file that executes a java program that runs a windows type application.
I also successfuly made one that just prints Hello World! in the cmd prompt but, every time I click the JAR exe something runs for a split second but nothing pops up....
Can I not make a JAR exe that just simply prints HELLO WORLD or anything in the cmd prompt? Cause all I got from the tutorial I read is that its gotta be a windows program...
Summary: Yea I think that was the problem, but a JAR wasnt what I thought it was lol, I thought it could also run cmd line programs as an exe so all I have to do is click it and the cmd line will come up runni...
Summary: Thanks, shipping 2 versions of my exe vould be nice. However there definitly is a way how to make it all-in-one. Of course, creating console mode applications is easy. But regedit really runs in PURE ...
Summary: Ok, I make a GUI program that writes something down, like paths, filenames or maybe passwords, and then the program executes a batchfile I've made and compiled to an executable. The compiled batchfile...