How to Open Shell Script from X-Manager Console


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to Open Shell Script from X-Manager Console
# 1  
Old 10-23-2008
How to Open Shell Script from X-Manager Console

Dear All,

I have a shell script. which has the read, write & execute permissions.
I am entering from X-Manager Console.

OS Details are:
SunOS P382XLRTY 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-480R

Step1: Double Click on Home Folder, it will be opened.
Step2: Double Click on .txt file, it will be opened.
Step3: Double Click on shell script, it will not opened. It is executed.

How can i control the execution of shell script from X-Manager Console??
I want to open that shell script instead of execution???


Regards
Hanuma
# 2  
Old 10-23-2008
from XManager open a Terminal and try to open the script using vi from its original path.
# 3  
Old 10-23-2008
Quote:
Originally Posted by palsevlohit_123
from XManager open a Terminal and try to open the script using vi from its original path.
I am asking not for me & not for the XManager Terminal host.

Suppose any new guy joined in the project, then how to control of script execution to that guy in the above case.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Open a webbrowser link from shell script

Hi All I have a task which is manually submitted from a web browser link, by entering a value. This has an xml code as well. I am looking for options to automate the above to avoid manual intervention/dependency. Is there a way I can achieve this using shell script? Either open the link by... (3 Replies)
Discussion started by: sparks
3 Replies

2. Shell Programming and Scripting

Shell Script for Websphere MQ Queue Manager start/stop

Hello All, I am completely new to shell scripting. I had to write a script that starts and stop the queue manager in Websphere MQ. We are on Linux 64-bit patform. The script should stop the queue manager and all the processes related to websphere MQ. It should be a clean stop. Once the queue... (3 Replies)
Discussion started by: pady1224
3 Replies

3. Shell Programming and Scripting

To open a file in shell script.

Hi Guys, I want to open a file in shell script and copy the last file of the line for display. Can anyone help?? (3 Replies)
Discussion started by: Karthick N
3 Replies

4. Shell Programming and Scripting

How to start a shell script in a terminal console from graphic environment?

Hello. Normally when you double click on the file name, the shell script start in background. If you want to see what is going on, you must open a terminal console and start the shell within the terminal. Is it possible to start directly a shell script in a terminal console from the file... (0 Replies)
Discussion started by: jcdole
0 Replies

5. AIX

Unable to Switch tasks when trying to open console window in HMC

Hi, I am trying to open a console window through the HMC. When I choose to do this the toolbar at the top left of the HMC screen show 'Open Terminal Window'. However when I click on it I am getting the error - "The tsak you want to switch to is an applet based task, which dowes not support... (1 Reply)
Discussion started by: jimthompson
1 Replies

6. Shell Programming and Scripting

How to trigger workflow manager through shell script?

I am new to siebel workflow manager. Can anyone help me regarding the shell script which will trigger siebel workflow manager. I want a sample shell script to trigger workflow manager. Thanks in advance. (2 Replies)
Discussion started by: siri_886
2 Replies

7. UNIX and Linux Applications

Console file manager.

Hi Anybody know any good console file manager other than Midnight Commander? MC development ended in 2005, so i thought may be there is something newer. I'm interesting only i console. I scrolled through list of file managers in wiki but it seems that all modern are GUI, not console. (1 Reply)
Discussion started by: kukuruku
1 Replies

8. Shell Programming and Scripting

open a file in shell script

Hi all How to open a file in a unix shell program. also i want it open for an hour and run independent of other jobs. pls help me solve this issue... (2 Replies)
Discussion started by: bankpro
2 Replies
Login or Register to Ask a Question