Sponsored Content
Special Forums Windows & DOS: Issues & Discussions To run job in parallel in batch Post 302538448 by beginningDBA on Wednesday 13th of July 2011 03:36:28 AM
Old 07-13-2011
That's the last piece of the puzzle i needed. Thanks a lot for your help.Smilie
 

9 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

windows scripting for a batch job

I have been doing unix scripting for quite awhile and there seems to be a wealth of information on it. Now I am working on migrating an intel based application to a new server. I need to modify some existing scripts, but am having trouble finding information on windows scripting, a forum similar... (2 Replies)
Discussion started by: MizzGail
2 Replies

2. Shell Programming and Scripting

read input file for batch job

hi all, I am a newbie in unix shell script. May I know how to write a bacth job to read a list of files afrom the inout file and do the chmod ? Thanks. i.e. inside input.txt ==== a.txt b.txt c.txt and I want to write a batch job to read the input .txt and do the chmod 755 for all 3... (14 Replies)
Discussion started by: kinmak
14 Replies

3. UNIX for Dummies Questions & Answers

Regarding interactive ID of batch job

Hi all, We are running a batch job using Unix script. This batch job is running daily to get data from a Mainframe database and to load our tables. We are using an interactive ID for the batch job. If we removed that interactive ID, the batch job fails. What's my question is.. Is the... (1 Reply)
Discussion started by: pradeep.edara
1 Replies

4. Shell Programming and Scripting

A Batch job to delete files from various directories

Hi, I have a shell script to find files older than 'X' days ($2) in directory path ($1) and delete them. Like this: my_file_remover.sh /usr/home/c 90 Now, I need to modify this script and add it in CRON, so that it checks other directories also. Like: my_file_remover.sh /usr/home/c... (3 Replies)
Discussion started by: guruparan18
3 Replies

5. AIX

Script to start a remote batch job on another server

Hi , I am trying to execute one script residing on server B from server A and in automated way but with a trigger. My main quetion are 1) How I will login to the remote server automatically with user name and password. ( rsh or any other way ?) 2) Once logged in I need to execute... (2 Replies)
Discussion started by: agent47
2 Replies

6. Shell Programming and Scripting

Job Execution in Parallel and Maintain Dependency

All, We need to run multiple jobs in parallel with the dependencies intact. I was trying to use the same with &, but in vain. Is there is any other way to resolve this issue. I need to run Set1 A.sh B.sh C.sh Set2 D.sh E.sh Set3 F.sh (10 Replies)
Discussion started by: anand_msm
10 Replies

7. Shell Programming and Scripting

Parallel Job Execution

Hi All, At present I am using a UNIX Script which is running a set of JOBS. These JOBS are to be repeated for 20 times, means the same set of JOBS are repeated by just passing different arguments (From 1 to 20). Is there any way by which I can execute them parallel? At present its all... (4 Replies)
Discussion started by: Prashantckc
4 Replies

8. UNIX for Dummies Questions & Answers

How to create a batch job ?

Hi In unix how to create a batch job and Is there any command to close file in unix. Please help me I am new to unix world (6 Replies)
Discussion started by: vinay.h4
6 Replies

9. Solaris

Can a batch job truly have a PID of 1?

Is it possible for a process id of 1. Is there anything special about 1 or 8 ? (7 Replies)
Discussion started by: Harleyrci
7 Replies
cube21(6x)							XScreenSaver manual							cube21(6x)

NAME
cube21 - animates the Cube 21 puzzle SYNOPSIS
cube21 [-display host:display.screen] [-visual visual] [-window] [-root] [-install] [-delay microseconds] [-texture] [-no-texture] [-mono] [-wireframe] [-spin] [-no-spin] [-wander] [-no-wander] [-randomize] [-no-randomize] [-spinspeed number] [-rotspeed number] [-wanderspeed number] [-wait number] [-cubesize number] [-colormode arg] [-fps] DESCRIPTION
This program animates a puzzle known as Cube 21 or Square-1. Its moves are chosen randomly. Cube 21 is a Rubik-like puzzle invented in 1992. Its specialities are that it can change its shape and even the number of possible moves. It can have more than 200 different shapes and the total number of configurations (assuming colors) is several tens of billions. OPTIONS
cube21 accepts the following options: -window Draw on a newly-created window. This is the default. -root Draw on the root window. -install Install a private colormap for the window. -visual visual Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. -delay microseconds How long to pause between frames. Default is 20000, or 0.02 second. -texture Use texture maps. This is the default. -no-texture Use solid colors. -mono Disable both texture maps and colors. -wireframe Only draw outlines. Outlines of all pieces, not only the whole object, are drawn. -spin Spin the whole object around X, Y and Z axes. This is the default. -no-spin Do not spin, showing the same three faces all the time. -wander Move the object around the screen. This is the default. -no-wander Keep the object centered on the screen. -randomize Shuffle the puzzle randomly at startup. This is the default. -no-randomize Do not shuffle at startup, begin at the shape of cube. -spinspeed number The relative speed of spinning. Default is 1.0. -rotspeed number The relative speed of the moves. Default is 3.0. Setting to <= 0.0 makes the object stay at one configuration. -wanderspeed number The relative speed of wandering around the screen. Default is 1.0. -wait number How long to stay at ending position after each move. The meaning of the argument is again relative. Default is 40.0. -cubesize number Size of the object. Value of 3.0 fills roughly all the screen (its height). Default is 0.7. -colormode argument How many and which colors should the object have. The colors are put on the piece faces so that the puzzle is solvable. The inner faces are not influenced. se or silver Simulate the "Silver Edition" - white and one random color. 2 or two Two random colors. ce or classic Simulate the "Classic Edition" - white, yellow, orange, red, green and blue. 6 or six Six random colors. 1 or random or rnd One random color. Anything else All faces white. -fps Display the current frame rate, CPU load, and polygon count. ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. SEE ALSO
X(1), xscreensaver(1) COPYRIGHT
Copyright (C) 2005 by Vaclav Potocek. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. AUTHOR
Vaclav (Vasek) Potocek <vasek.potocek@post.cz>, 30-Aug-05. X Version 11 5.15 (28-Sep-2011) cube21(6x)
All times are GMT -4. The time now is 03:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy