How can i use cygwin to login RB750

Hi all:
i have a question to ask~
i want to get RB750 response when i sent any instruction.
i want to write GUI application on C++

few month ago i also use cygwin to login Router Board:RB750

but my computer have some problem ,so i forget how to use cygwin to do it.

have anyone can help me? thanks all.

cygwin is just an approximation of a POSIX subsystem on Windows. Were you logging in via a shell (SSH/telnet), or via the API? cygwin isn’t a requirement for either.

thanks, fewi

i want to use c api to connect RB750 ,but i forget how to setup environment.

it’s like winbox terminal,you know i mean?

i want to know RB750 response string, i want to use that data to do some thing.

like http://wiki.mikrotik.com/wiki/Manual:API “Command examples”

i want to type and know what is response
like that:
/system/package/getall

!re
=.id=*5802
=disabled=no
=name=routeros-x86
=version=3.0beta2
=build-time=oct/18/2006 16:24:41
=scheduled=

thanks all!

another question~
how can i use
http://wiki.mikrotik.com/wiki/API_in_C
that have a Sample Client (mikrotik-tty.c)

thanks all~