help needed

K

Kumar

I had some knowledge of the shell scripting.
I had written my shell scripts for my application.

I want creat a GUI i.e I want to provide some buttons so that the
script will run on clicking that button. Also I have used shell
scripting in Linux. I am not aware of them how to use in Windows. Can
any one elaboarate on this?

How should I create that in Java and which part should I read for
that?

Kumar
 
A

a24900

I had some knowledge of the shell scripting.
I had written my shell scripts for my application.

I want creat a GUI i.e I want to provide some buttons so that the
script will run on clicking that button. Also I have used shell
scripting in Linux. I am not aware of them how to use in Windows.

Shell scripting tools are off-topic in a Java group. So only a few
words:

You can get the cygwin environment for Windows, which contains among
many other things a bash if you need Unix compatibility.

Windows until recently did not have any native scripting tools worth
mentioning. cmd/bat is shit, WSH is shit. Recently Microsoft released
Windows PowerShell. That one has potential, but is of course not
compatible with anything existing.
Can
any one elaboarate on this?

Try a windows (scripting) group.
How should I create that in Java and which part should I read for
that?

Forget Java for this. Depending on your platform look at zenity,
kdialog, dtksh, xmessage, perl/Tk, gtk2-perl, PyQt, wxPython or any
other scriptable GUI tool or toolkit+language integration. Ask in an
appropriate group for details.
 
W

Wojtek

Shell scripting tools are off-topic in a Java group. So only a few
words:

Windows until recently did not have any native scripting tools worth
mentioning.

Well there is REXX: http://www.rexxla.org

I know it is not native, but there are libraries which allow it to
interact with the Windows environment, such as the registry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top