Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
calling dos program from a zsh script
- X-seq: zsh-users 8622
- From: zzapper <david@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: calling dos program from a zsh script
- Date: Mon, 21 Mar 2005 13:32:28 +0000
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: news <news@xxxxxxxxxxxxx>
Hi,
I wanted to call
sja.exe /somepath/params.xml
from a zsh script.
where sja.exe is a dos aware utility
This wouldn't work as sja always complained that it couldn't find param.xml
The same script worked as soon as I change the bang to #!/bin/sh
I guess this is because zsh is somehow interpreting the /somepath/params.xml before passing it on.
How do I tell zsh to just pass it on.
(i've a feeling I've already had a similar problem)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author