Re: WaitFor Procedures (General questions)
Barry,
If this is UNIX server. I think you can change your prompt using export PS1 command to anything you like.
[code]Debug.Print ssh1.Execute( export PS1= drazenWeonlydo.com + vbLf, drazenWeonlydo.com )
or
ssh1.Send export PS1= drazenWeonlydo.com + vbLf[/code]
Using this code I changed prompt to drazenWeonlydo.com
Drazen