Sponsored Content
Top Forums Shell Programming and Scripting Running unix scripts by clicking windown icons Post 302131582 by porter on Sunday 12th of August 2007 02:16:59 PM
Old 08-12-2007
1. Install Putty

2. Establish ssh keys

3. Write batch files to call task using plink.exe

4. Put short-cuts to batch files on desktop.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Running scripts with condition

I have two scripts: SCR1 which takes between 5 seconds to 15 minutes and needs to be run every 23 minutes. SCR2 which needs to be run every 5 minutes but only if SCR1 is not running at that moment. How can I do this task? Best Regards /Hamid (3 Replies)
Discussion started by: Hamid Afsharazad
3 Replies

2. UNIX for Advanced & Expert Users

unix shell scripts for running on solaris

am new to programmming any body suggest , how to execute, shell script interactively and like stream line edit (3 Replies)
Discussion started by: srini_ibmadmin
3 Replies

3. UNIX for Dummies Questions & Answers

How to check the unix scripts currently running

I have a Unix box abcd, where I have script1, script2 and script3 running. I have to write a 4th script script4 which would check my box(abcd) and kill all running scripts. How can I do that? (3 Replies)
Discussion started by: Sibasish
3 Replies

4. Shell Programming and Scripting

[PERL] Running unix commands within Perl Scripts

I understand that in order to run basic unix commands I would normally type at the prompt, I would have to use the following format system(ls -l); or exec(ls -l); But when I actually try to use the command, the script fails to compile and keeps telling me there is an error with this line. ... (1 Reply)
Discussion started by: userix
1 Replies

5. Shell Programming and Scripting

how to create and remove desktop icons from shell scripts

hi all how to create and remove desktop icons or icons from shell scripts? (1 Reply)
Discussion started by: kkpal
1 Replies

6. UNIX for Dummies Questions & Answers

Automatically Running Scripts

Can someone advise me how to get started automatically running scripts? I believe it has something to do with cron? (4 Replies)
Discussion started by: jeffreydavisjr
4 Replies

7. Shell Programming and Scripting

Running scripts via su

Hi All, Am using the below command to start my application using the root user su - bin -c "/home/bin/test/start.sh" but am getting the error becaue i have set some environment varibales in bin .profile when i execute the command start.sh by logging directly into bin account it's... (8 Replies)
Discussion started by: ravi.sri24
8 Replies

8. Shell Programming and Scripting

Running scripts within scripts from cron

Hi all, I have set up a cron job which calls another shell script shell script which in turn calls a Java process. The cron tab looks so. 0,30 7-18 * * 1-5 /u01/home/weblogic/brp/bin/checkstatus.sh >> /u01/home/weblogic/logs/checkstatus.log The checkstatus.sh scripts looks like this. ... (4 Replies)
Discussion started by: sirbrian
4 Replies

9. Shell Programming and Scripting

Running scripts in background

Hi, below is my master script wihch inturn runs 2 scripts in background #master_script.sh ./subscript1.sh & ./subscript2.sh & executed the master_script.sh from unix command prompt $ ./master_script.sh it is executing the subscripts and they are completing fine, however master_script.sh is... (2 Replies)
Discussion started by: JSKOBS
2 Replies

10. What is on Your Mind?

New UNIX.COM Mobile Site Icons

Having given up for the time being with a very difficult game engine project to virtualizing cyberspace, am working on the forums again. Just updated a few icons on the mobile site. Explanations in the picture captions: https://www.unix.com/members/1-albums214-picture855.jpeg ... (1 Reply)
Discussion started by: Neo
1 Replies
WINDOWLAB(1x)															     WINDOWLAB(1x)

NAME
windowlab - a window manager for X11 SYNOPSIS
windowlab [options...] DESCRIPTION
windowlab is a small and simple window manager of novel design. It has a click-to-focus but not raise-on-focus policy, a window resizing mechanism that allows one or many edges of a window to be changed in one action, and an innovative menubar that shares the same part of the screen as the taskbar. Window titlebars are prevented from going off the edge of the screen by constraining the mouse pointer, and when appropriate the pointer is also constrained to the taskbar/menubar in order to make target menu items easier to hit. WindowLab places a taskbar at the top of the screen and adds a titlebar to the top of each window. These titlebars consist of a draggable area, and three icons on the right hand side. When left clicked, these icons: * hide the window * toggle the window's Z order Amiga style (if it's not at the front, bring it to the front, otherwise send it to the back) * close the window Another way of toggling a window's Z order (depth) is by double left clicking on the draggable part of its titlebar. Windows' titlebars are prevented from leaving the screen and cannot overlap the taskbar. The taskbar should list all windows currently in use. Left clicking on a window's taskbar item will give that window focus and toggle its Z order (depth). To resize the active window hold down alt and push against the window's edges with the left mouse button down. If you right click outside a client window, WindowLab's taskbar becomes a menubar. Releasing the right mouse button over a selected menu item will start a corresponding external program. WindowLab will look in each of the following files in turn for definitions of the menu labels and commands: * ~/.windowlab/windowlab.menurc * ../etc/windowlab.menurc (from the directory containing the executable) * /etc/X11/windowlab/windowlab.menurc Each line in the menurc file should have the menu label, a colon, and then the corresponding command, eg: The GIMP:gimp New windows (that don't specify their location) are positioned according to the coordinates of the mouse - the top-left hand corner of a new window is set to the location of the mouse pointer (if necessary the window will be moved to ensure that all of it is on the screen). WindowLab has the following keyboard controls. Hold down alt and press: * tab to give focus to the previous window * q to give focus to the next window * F11 to toggle fullscreen mode on and off for non transient windows * F12 to toggle the window's depth. This is the same as left clicking a window's middle icon OPTIONS
-font font-spec Draw window titles with the font defined by font-spec. -border color, -text color, -active color, -inactive color, -menu color, -selected color, -empty color Use color for the borders, the text, the active background, the inactive background, the menubar, the selected menu item and empty parts of the screen. -about Print information to stdout and exit. -display Sets which X display will be managed by windowlab. ENVIRONMENT VARIABLES
DISPLAY Sets which X display will be managed by windowlab. MENU SYSTEM
This version of WindowLab supports the Debian Menu subsystem. To update the menus, it suffices to execute the command update-menus. If executed as root, the system setting in /etc/X11/windowlab/windowlab.menurc will be affected, whereas execution by any underprivileged user only effects the private resource file in ~/.windowlab/windowlab.menurc. The following files tune the compilation of auto-generated menus: /etc/X11/windowlab/debian_config, ~/.windowlab/debian_config Debian-specific system configuration and user-specific overrides. /etc/X11/windowlab/common_menu A common tail part, that currently encompasses About, Reload and Quit. All users get these entries included in their menu. ~/.windowlab/user_menu Menu entries hand-picked by the individual user. SIGNALS
When WindowLab receives a SIGHUP signal, it will reload all relevant menu resource files, thus updating the menu bar. SEE ALSO
X(7), The Inter-Client Communication Conventions Manual (from the X11R6 documentation). AUTHOR
Nick Gravgaard (me at nickgravgaard.com) Nick Gravgaard 1.40 WINDOWLAB(1x)
All times are GMT -4. The time now is 10:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy