Archived Forum Post

Index of archived forum posts

Question:

Where i can find variable?

Oct 15 '13 at 08:51

Pls,help with example http://example-code.com/delphiDll/ssh_multiple_commands.asp Where i can find variable "myPromt"? My machine WIN7 64bit Remote aix system


Accepted Answer

It is the string that is your command prompt. For example, if you interactively start a PuTTY session, you login, and now the terminal window is waiting for you to interactively enter a command. It will display a prompt. It is whatever that prompt string might be. For example, when you interactively type a shell command, such as "ls" and press RETURN, the output of the command is displayed in the terminal window, followed by the next command prompt, where you may then type the next command.


Answer

It is whatever your UNIX shell prompt happens to be.

See this: http://www.chilkatforum.com/questions/1272/understanding-ssh-automation


Answer

Ok, i've read it, but i steal don't understand((( I've have remote shell : login root adres 192.168.134.112 workspace # (oracle linux)

and local machine 192.168.134.111 login givi (windows 7)

How it would be in the syntaxis?