Re: du -ks output different when run from command and when run on scheduled task

2010-12-08 Thread computer tech
On Tue, Dec 7, 2010 at 3:21 PM, Larry Hall (Cygwin) wrote: > On 12/7/2010 4:10 PM, computer tech wrote: >> >> Greetings all I have run this set of commands directly from the cygwin >> command line. >> du -ks //comp/shares/ >> >> Ouput1: is correct >>

du -ks output different when run from command and when run on scheduled task

2010-12-07 Thread computer tech
Greetings all I have run this set of commands directly from the cygwin command line. du -ks //comp/shares/ Ouput1: is correct 49939594//comp/shares/ When I put the script in a bash script(file1.sh) and run from cygwin command line, it works fine also(output1 is generated), it is only when

1.7.1- Scheduled Tasks runs but lacks 'du -kh' output

2010-03-21 Thread computer tech
I have a .bat file, that is scheduled to run as NT Authority\System every morning. The schedule tasks calls the run.bat file. The script is running at the schedule time, but when I check the files in the morning the only output is from the 'echo' commands(see hello-fs2.sh script below). I don't se

1.7.1- Scheduled Tasks runs but lacks 'du -kh' output

2010-03-17 Thread computer tech
I have a .bat file, that is scheduled to run as NT Authority\System every morning. The schedule tasks calls the run.bat file.  The script is running at the schedule time, but when I check the files in the morning the only output is from the 'echo' commands(see hello-fs2.sh script below). I don't se