For some reason this was not passed on by the webmaster, so I am resending it. My thanks to the following for their quick response and input to my forking question: harryxu41: ...run it in the background, you can add this to your .cshrc: xterm & Mike Karl: you can run the script in another window from that user's .login file via: /usr/openwin/bin/xterm -e "script_name" & Valerly Glinskiy: /usr/dt/bin/dtterm -e <program> xterm has similar option Larye Parkins: You can start a background job with the '&' command line suffix, and use dtterm to start a separate window: dtterm -name "My Other Program" -e otherprogram & Dave Baker: Perhaps 'screen' (it's a gnu tool) can do this for you? It allows terminal based programs to run in the background and be detached/reattached from an active tty as required. and Michael Schulte: you might try: xterm -e <program_name> <program_args> All were good, most similar, but the user and I agree on Valerly's input placing it in a .login script. Others also replied, but after my initial summary. Their answers were very much the same as above and included that forking was not a shell command but used in programming. Thanks very much to all, I appreciate the help. Bill Bill Powers Direct Support Engineer GD Electronics Systems 100 Ferguson Drive Mountain View, CA 94043 MS: 7G35 email: william.powers@GD-ES.comReceived on Mon Sep 17 16:27:35 2001
This archive was generated by hypermail 2.1.8 : Wed Mar 23 2016 - 16:32:30 EDT