Ooops sorry for the top posting, and the e-mail thing, didnt see that your name was your e-mail =(
> > So when I type give Cygwin the command, > > rsh -l administrator xxx.xxx.xxx.xxx ls > > It lists all the elements in the C:/ drive, which is expected > > > > But when I give the command, > > rsh -l administrator xxx.xxx.xxx.xxx ls /folder_in_c_drive > > It says the folder cannot be found, but it is clearly listed in the C:/ > > drive when I give the command above. How come? C:\folder_on_c actually resides on /cygdrive/c/folder_on_c try rsh -l administrator xxx.xxx.xxx.xxx ls /cygdrive/c/folder_in_c_drive -- -Andrew Louie -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/