Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java in General
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
Java in General
Starting consolr command and Win98
Max Power
Ranch Hand
Posts: 47
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi, how can i start a console command using win 98?
under w2k it works like this:
cmd1 = "cmd.exe /c" + "\"" + file.toString() + "\""; Process runCommand = Runtime.getRuntime().exec(cmd1);
i thought using command.com instead of cmd.exe would fix that, but it doesnt, any ideas?
THANKS!!!
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Capturing error codes from a shell script -Urgent!
executing cleartool from java
Controlling Windows Services from a Java App
KIll or Eliminate Dos prompt after Process execution.
problem in calling batch file in java
More...