Sponsored Content
Top Forums Shell Programming and Scripting Close the Run window after script is done Post 302902149 by Mike Newbie on Monday 19th of May 2014 03:21:38 AM
Old 05-19-2014
Hi all,
thanks.

The story is, that I like to have my_script running in a terminal larger then the default window size settings ( default is 80x24 ) and I don't want to change the defaults.

Thats why a created a little start script, which looks like this :

Code:
#! /bin/ksh
dtterm -geometry 120x45 -title "my script" -e ksh -c "/path_to_my/script/my_script"
exit

This start script opens a new terminal window and my_script is running in that terminal ... works fine.
I put also exit on the end of my_script.
But if I start the start script on the right top corner a small icon pops up called "Run" , and this icon stays open and does not close, if my_script is finished.
But I like to have the Run icon closed also at the end of my script.
Any idea ? .... thanks in advance.

Last edited by jim mcnamara; 05-19-2014 at 05:13 PM.. Reason: code tags
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to close a window using shell?

hi, suppose i have many windows open like two image files, a terminal , a firefox. and using command line i want to exit specifically 1 of these.. how can i do this? is there any shell command to do this? thanx... i am waiting for reply. its urgent! m using ubuntu 9.04 (2 Replies)
Discussion started by: sarosh
2 Replies

2. UNIX for Dummies Questions & Answers

How do you close and launch X Window in the Bash shell?

What is the Unix command(s) to close the X Window in the Bash shell to get me into text mode. Also need the command to relaunch it from the text mode. Thanks. (1 Reply)
Discussion started by: jacatone
1 Replies

3. UNIX for Dummies Questions & Answers

Script run everytime a new terminal window is opened

I created a script called title #!/bin/sh echo "^0;$*^G" It will change the terminal window titlebar to what ever I type after the script (title BIG would change titlebar to BIG instead of terminal) Is there a way to make it run so it will work on every terminal window that gets opened.... (1 Reply)
Discussion started by: amason0508
1 Replies

4. Shell Programming and Scripting

Unable to close telnet session from script

Hello people, I am creating a script that will alert me in an ftp or telnet account on my system expires. FTP part is ok, but when I am entering the 3 script, it stucks. I can see that the script will not close the telnet seession. Can you please check and let me know what I am doing wrong? What if... (7 Replies)
Discussion started by: drbiloukos
7 Replies

5. UNIX for Advanced & Expert Users

Autosys run window in EST

Hi, I want to run a job in 5 min duration and start time should be 21:30EST and endtime should be 18:30EST nextday. in long note, it will start from sunday 21:30EST to monday 18:30EST......monday 21:30 EST to tuesday 18:30 EST....tuesday 21:30 ESTto wednesday 18:30EST...wednesday 21:30EST to... (1 Reply)
Discussion started by: millan
1 Replies

6. Programming

when parent process close, how to close the child?

can someone provide an example, where if the parent process quits for any reason, then the child process will also close? (3 Replies)
Discussion started by: omega666
3 Replies

7. Shell Programming and Scripting

script does not close terminal after running

For a small script i want it so that the terminal closes when the script has completed its tasks. To do so i use at the end if the script the following: echo "Hello, World!" echo "Knowledge is power." echo "" echo "shutting down terminal in 10 seconds" exit 10 however the terminal stay's... (3 Replies)
Discussion started by: Ditzyken
3 Replies

8. Ubuntu

run multiple command at the same time in one window terminal using multiplexer

Hi, I would like to ask if someone knows or accomplished this task in the terminal multiplexer in a single window with multiple splitted pane: In the script run multiple command at the same time in diff splitted pane or simulatneously. As an example: I would like to run iptraf, iotop, htop,... (2 Replies)
Discussion started by: jao_madn
2 Replies

9. UNIX Desktop Questions & Answers

Remote desktop, close window

I have remote access to a desktop that runs a java application. I want to terminate the application. I tried to close the application window (through the 'X') but it won;t close. I tried 'jobs' command but it does not list any jobs (?). Is there anyway to list the current jobs and terminate the... (0 Replies)
Discussion started by: FelipeAd
0 Replies

10. Shell Programming and Scripting

Script to force close sheet opened by someone else

Was wondering what script to run as root that will take as input a filename (full path) that is opened by someone else and force whoever has it opened to close it? Or maybe there is an existing command to do this? Thanks Edit: Meant to say file not sheet, too much Excel... (2 Replies)
Discussion started by: stevensw
2 Replies
XTITLE(1)						      General Commands Manual							 XTITLE(1)

NAME
xtitle - set window title and icon name for an X11 terminal window SYNOPSIS
xtitle [ -tiq ] [ -- ] string ... | [ -V ] [ -h ] DESCRIPTION
Xtitle will set the window title and/or the icon name of the terminal window in which it is run to be its command line arguments. It does this by outputting the appropriate xterm(1) control sequence characters. Unless suppressed, xtitle will also report the settings it has made. OPTIONS
-- Interprets all following arguments as strings instead of options. -h, --help Prints a helpful usage message. -i, --icon Only set the icon name. Default sets both. -t, --title Only set the window title. Default sets both. -v, --verbose Quiet mode. Doesn't report the settings performed. -V, --version Only prints the program version. CAVEATS
Xtitle is known to work with xterm(1) and dtterm(1). The effect of the control sequences in other terminals is not known, though I wouldn't expect any problems. VERSION
1.0.2 AUTHOR
Steve Kinzler, kinzler@cs.indiana.edu, Nov 1993/Nov 1998/Mar 2000/Dec 2009 URL
http://www.cs.indiana.edu/~kinzler/xtitle/ SEE ALSO
xterm(1), dtterm(1) 1.0.2 XTITLE(1)
All times are GMT -4. The time now is 10:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy