Need help in basic conditional coding


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Need help in basic conditional coding
# 1  
Old 08-20-2013
Need help in basic conditional coding

Hi,

I am very new to coding and I am trying to figure out how to do one thing and I just can't figure it out. Here is what I am trying to do.

I can either get "yes/no" or "password" prompt. If I get yes/no, i like to send "yes" like I got it here but if I get "password" prompt, I like to send passw.

The way I got the script written, if I get password prompt first, the script will get stuck.

expect "(yes/no)?"
send -- "yes\r"
expect "*assword:"
send -- "passw\r"

Thanks in advance!
# 2  
Old 08-21-2013
Could you please post the code you have tried so far?
# 3  
Old 08-21-2013
That's just it, I don't know how to do conditional statement to respond accordingly. If anyone could put the coding where it can expect either "yes/no" or "password" and then i can put send statement accordingly.

thanks!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

Naive coding...

"Naive coding." (Apologies for any typos.) I came across this phrase a couple of weeks ago and it has made me decide to set off a discussion. I had never heard of it before but I did some research and discovered that I probably fall into this category. My phrase is: "I code to work, not... (10 Replies)
Discussion started by: wisecracker
10 Replies

2. Windows & DOS: Issues & Discussions

Need help with coding

HI, Can some one guide me how to make changes to the script below so that it can load the history of a program to IT server ? Format of data: YYYYMMDD065959.dsk.log YYYYMMDD235959.dsk.log currently both are loaded together. Need to separate them as above format. Thanks in advance. ... (2 Replies)
Discussion started by: crazydude80
2 Replies

3. Shell Programming and Scripting

Need help with coding

HI, Can some one guide me how to make changes to the script below so that it can load the history of a program to IT server ? Format of data: YYYYMMDD065959.dsk.log YYYYMMDD235959.dsk.log currently both are loaded together. Need to separate them as above format. Thanks in advance. ... (1 Reply)
Discussion started by: crazydude80
1 Replies

4. AIX

need help for coding this logic

contact me on <email address deleted> or <email address deleted> (1 Reply)
Discussion started by: suprithhr
1 Replies

5. UNIX for Dummies Questions & Answers

sed coding

What this command sed "/*$/d" means? izzit add commas to numeric strings, changing "1234567" to "1,234,567" ? (1 Reply)
Discussion started by: rita1985
1 Replies

6. UNIX for Advanced & Expert Users

can I use this coding

I apologise because I had pasted this question in the newbies forum first (because i am a bit of a newbie) but thought it might be better suited in here if i have to sepearate parameters can I use this syntax especially the or part (||) and is this correct if (6 Replies)
Discussion started by: w33man
6 Replies
Login or Register to Ask a Question