RE: Running a bash script using "at" on an NT box

2002-03-28 Thread Justin MacCarthy
Larry, Spot on, thanks Justin > The first most > likely problem is that your mount table is not system-wide. Start there. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FA

Re: Running a bash script using "at" on an NT box

2002-03-28 Thread Larry Hall (RFK Partners, Inc)
At 10:23 AM 3/28/2002, Justin MacCarthy wrote: >Hi, > >I'm trying to schedule a bash script to run using "at" on a NT4 box >The script is located in /d/test.sh >test.sh is very simple just to test it > >If i type d:\Runscript /d/test.sh then it works fine. > >However I've tried > >at 16:00 /ever

Running a bash script using "at" on an NT box

2002-03-28 Thread Justin MacCarthy
Hi, I'm trying to schedule a bash script to run using "at" on a NT4 box The script is located in /d/test.sh test.sh is very simple just to test it If i type d:\Runscript /d/test.sh then it works fine. However I've tried at 16:00 /every:M,T,W,Th,F,S,Su "cmd /c d:\RunScript.bat /d/test.sh" It