Hello,
* On Thu, Feb 13, 2003 at 06:45:28PM -0600, Robert Citek
<[EMAIL PROTECTED]> wrote:
> Here is a script called "write" that allows me to use WordPad from within
> Cygwin:
>
> #!/bin/bash
> [ "$1" = "" ] && exec /cygdrive/c/WINNT/system32/write
> [ ! -f "$1" ] && touch "$1"
> exec /
At 07:43 PM 2/13/2003 +0100, Tino Lange wrote:
>The "MS way" of scripting applications is generally *not* using the
>commandline but using (D)COM.
Exactly. Which is why I want to write a command-line wrapper for at least
some of the DCOM functionality.
>This can be done via lots of languages, v
Hi!
The "MS way" of scripting applications is generally *not* using the
commandline but using (D)COM.
This can be done via lots of languages, very easy for example with
VBscript.
Your wrapper will look something like that:
set ie = CreateObject("InternetExplorer.Application")
ie.Navigate("http:/
On Thu, Feb 13, 2003 at 09:27:43AM -0600, Robert Citek wrote:
>
> How can I discover what the command line options are to an NT program?
winfoo /help
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAI
You can figure it out for yourself in most cases.
Try: strings program.exe | less and look for them.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: htt
Use the source ;) oops you can't.
umm well if using /? or -? or /h or /help or any variation doesnt work then
have a search on the net. There is no magic way to find out otherwise. ( To
be honest you'd do much better asking on an MS related newsgroup/maillist)
- Original Message -
From: "Ro
6 matches
Mail list logo