On Fri, Apr 18, 2008 at 6:42 PM, Brian Dessent <[EMAIL PROTECTED]> wrote:
> Dave Burns wrote:
>
> > #!/bin/bash
> > #invoke audit.sh if results are too old
> > /usr/bin/find /cygdrive/c/audit.txt -mtime +7 -exec
> > /cygdrive/c/audit/audit.sh \;
>
>
I have a bash script that works on one PC, does not work on another. I
had thought they were configured the same, apparently not!
Here's the script, short and sour:
#!/bin/bash
#invoke audit.sh if results are too old
/usr/bin/find /cygdrive/c/audit.txt -mtime +7 -exec
/cygdrive/c/audit/audit.sh
On Wed, Mar 19, 2008 at 1:49 PM, Brian Dessent <[EMAIL PROTECTED]> wrote:
> Dave Burns wrote:
>
> > Yes, that worked splendidly. Should I have known about these
> > executables? Are they the regular interpreters for vbscripts? I know
> > little about cygwin and
On Wed, Mar 19, 2008 at 12:49 PM, James Abley <[EMAIL PROTECTED]> wrote:
>
> On 19/03/2008, Dave Burns <[EMAIL PROTECTED]> wrote:
> > How would one invoke a vbscript from cygwin, if it is possible? I
> > guess invoking cygwin from a vbscript would also do the tric
How would one invoke a vbscript from cygwin, if it is possible? I
guess invoking cygwin from a vbscript would also do the trick, though
I'd rather not have to fiddle with the vbscript at all.
I tried googling and looking at cygwin docs, but couldn't find
anything. Thanks in advance for any clues.
I open the cygwin bash shell. I right click on the bar and select
properties. I check QuickEdit mode's checkbox and click 'ok'. An error
window pops up with title: 'Error updating shortcut':
"Unable to modify the shortcut: C:\ProgramData\Microsoft\Windows\Start
Menu\Programs\Cygwin\Cygwin Bash She
6 matches
Mail list logo