Computing.Net > Forums > Programming > C shell script for OS build

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

C shell script for OS build

Reply to Message Icon

Name: Truc Nguyen
Date: March 6, 2006 at 08:14:10 Pacific
OS: LynxOS
CPU/Ram: 256
Comment:

Hi,

I try to to script an OS buidl process. Normally, to install LynxOS, I enter the installation CD into a drive, wait for a prompt then I type "installit". It shows a menu. I select the option 1. Then it shows another menu I select an option 2 .... until I select b to begin installation.

Now I want write a C shell script so that I only type the script name and the script will do everything for me. The script is written as follow

#!/bin/csh
#
echo " LynxOS build process"
#
installit

I get stuck this point. I do not know what command follow "installit" to select options in C shell scrip.

Any suggestion is helpful.

Thanks,



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Editable JTable in a JWin... Type Mismatch error



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: C shell script for OS build

shell script for checking router www.computing.net/answers/programming/shell-script-for-checking-router/7123.html

Unix Shell Script www.computing.net/answers/programming/unix-shell-script/621.html

How to write a Shell script? www.computing.net/answers/programming/how-to-write-a-shell-script/18525.html