can we create a GUI by shall script


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting can we create a GUI by shall script
# 1  
Old 07-24-2007
Lightbulb can we create a GUI by shall script

Hi All,

I am not new to unix but just begin to realizing the power of unix shell programming..

i need to create a shell script that can provide a graphical interface to me to enter information.. and this script i ll run through telnet program remotly..
is this possible ...
plz guide me
# 2  
Old 07-24-2007
Creating a true GUI via a shell script is possible under certain conditions, but it is not something that a beginner should try. dtksh, a very extended version of ksh was created to allow a user to write GUI scripts. So the target system must support dtksh. While you can launch the script via telnet, the script is an x client and it will need the access to your x server and any other x client. But in my opinion, dtksh is vey hard to learn. dtksh is supplied with both HP-UX and Solaris.

dtksh is the only scripting language that I have personally used to create GUI's, but there are others. One is Tcl/Tk. Tcl is a scripting language and Tcl/Tk is the GUI version. I can't think of any others offhand.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

2. UNIX for Dummies Questions & Answers

Create a simple web portal/GUI to execute scripts?

Very new to this..... What I would like to do: Create a simple GUI/Web portal with 3 buttons and 1 text field The three buttons need to take the input into the text field and use that as the variable to execute scripts located on a server Problem: How can i get the buttons on the... (3 Replies)
Discussion started by: poops
3 Replies

3. Infrastructure Monitoring

Nagios widgets to create custom GUI

Hi, I need to create a custom GUI for Nagios, as follows: - no logo - including monitoring info (network status overview, host/service details & status) as well as some network google map I'm looking for Nagios widgets that can be easily integrated in our HTML page. Can you suggest if there... (0 Replies)
Discussion started by: CHK
0 Replies

4. Shell Programming and Scripting

Create a GUI from where in we can execute unix commands

Hello Experts, In my current job I need to upgrade a web GUI to execute Unix commands in a server....I am completely new to programming--So can anyone here help me out with initial steps... Please notice that statement completely new to programming means-I never did it, SO I might keep on coming... (1 Reply)
Discussion started by: mhadi
1 Replies

5. Homework & Coursework Questions

Create script to add user and create directory

first off let me introduce myself. My name is Eric and I am new to linux, I am taking an advanced linux administration class and we are tasked with creating a script to add new users that anyone can run, has to check for the existence of a directory. if the directory does not exist then it has... (12 Replies)
Discussion started by: pbhound
12 Replies

6. Shell Programming and Scripting

Create GUI or Executable For Script

Hi all. I've got a unix script at work that I just got done with. Now they want me to write some simple way to run it on Windows. Right now we log into a Solaris server using Hummingbird Exceed to gain a terminal. Im thinking that there really isn't any good way to get Windows and the server... (5 Replies)
Discussion started by: Grizzly
5 Replies

7. Shell Programming and Scripting

Create A Simple GUI For Shell Script

Hi all! Im wondering if its possible to create a GUI for a shell script I just got done writing as the people that will be using it dont like the command line all to well. Just something simple with radio buttons to select options, maybe a text field to enter a location to save the file generated... (1 Reply)
Discussion started by: Grizzly
1 Replies

8. Programming

How to create a custom GUI

In Unix, is there any way in which I can create a GUI like Realplayer? I mean the Windows Look & Feel. Borded with buttons, windows, dialogs and other predefined widgets, I am wondering how to create my own buttons that come in different shapes and fashions or even draw images/control objects... (2 Replies)
Discussion started by: hirosima
2 Replies

9. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies

10. Shell Programming and Scripting

GUI script

Hi. Iam having trouble with this GUI script. Well the script works fine but when i enter the IP and hit ping it pull up ping program itself.I want it to take the Number i entered and ping that number. Someone please tell me what to do. This is for PERL and on a Win98 machine Script... (5 Replies)
Discussion started by: perleo
5 Replies
Login or Register to Ask a Question