I have a very simple shell script say test.csh
$cat test.csh
#!/bin/csh
set x = "Some name"
echo $x > /tmp/xyz
When I ran this script in cygwin shell it works fine.
$cat /tmp/xyz
Some Name
However when I try to launch the same script with windows scheduler via
following command line it doesn't
rompt
"Pandey, Sunil K" wrote:
> However when I try to launch the same script with windows scheduler
via
> following command line it doesn't work.
That is because if you type "/tmp/test.csh" at the prompt, bash will ask
the system to execute the script and the #!/bi
2 matches
Mail list logo