RE: rsync question

2002-04-01 Thread Brian Warn
(RFK Partners, Inc) [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 1:28 PM To: Brian Warn; [EMAIL PROTECTED] Subject: RE: rsync question What about `c:/cygwin/bin/rsync.exe --daemon --config=c:/cygwin/usr/share/rsync.conf`; I'm not sure I understand why you're invoking

RE: rsync question

2002-04-01 Thread Brian Warn
ivers/etc/rsyncd.conf`; `c:\/WINNT\/system32\/rsync --daemon --config=\/winnt\/system32\/drivers\/etc\/rsyncd.conf`; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Robert Collins Sent: Monday, April 01, 2002 1:10 PM To: Brian Warn; [EMAIL PROTECTED] Su

rsync question

2002-04-01 Thread Brian Warn
As part of a perl script (I'm invoking the script from the dos shell), I'm starting rsync if it doesn't appear in the process list. I've tried a few ways to reference the rsync location to the script, but I get 'system can't find the path specified' messages. So, if rsync.exe is located at c:\cy

RE: ps within DOS

2002-03-29 Thread Brian Warn
I suppose that I could run this under cygwin's perl ... -Original Message- From: Brian Warn [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 2:54 PM To: '[EMAIL PROTECTED]' Subject: ps within DOS As part of a (win32) perl program I'm running, I'm

ps within DOS

2002-03-29 Thread Brian Warn
As part of a (win32) perl program I'm running, I'm trying to run a system ps command and return to the DOS shell (or whatever the shell is known as in Win2K). From the command line, I can do the following, but I stay in the bash shell: C:> c:\cygwin\cygwin.bat | ps | exit [ ps info here ] my_m