|
From: <da...@ix...> - 2003-09-28 19:00:03
|
In article <5gc...@th...>,
Mike Castle <wra...@li...> wrote:
>What about if, for a while, on the NT side, if the first param is not one
>of {start|stop|console|dump} that a warning is issued, and the param is
>used as a config file. Then some later release, the {start|stop|console}
>becomes mandatory?
Hmmmm.... Does anyone use wrapper in a non-NT, but Win32 environment?
In looking at the App.bat.in, I see all code paths goes to this line:
:conf
set _WRAPPER_CONF="%~f1"
But I thought the ~f stuff was NT only. Am I mistaken?
Just realized I may have to target any enhancements that I do to Win98 and
company, which could be annoying.
mrc
--
Mike Castle da...@ix... www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
|