This may or may not be the right mailing list, so pardon me if it's not.
I'm running LM7.2 on a laptop that's on our network. I'd like to try to
create the equivalent of this batch file that launches one of our
applications.
rem TPM v5.0.2 ---- NASD 9/21/99 edit by logic7 - 3/9/01
set SAI_ROOT=\\usscifappsrv01\sai502\
set PATH=%SAI_ROOT%winase32;%PATH%;
set
SAIPATH=%SAI_ROOT%ea;%SAI_ROOT%efm;%SAI_ROOT%ee;%SAI_ROOT%evgate;%SAI_ROOT%eserver;%
SAI_ROOT%esmicons
%SAI_ROOT%winase32\kml ea -H:usms1chd10 -B:usms1chd11
The problem is that this is a win32 app. We have a Java based version that launches
from a browser, but I chan't get it to
function properly, if at all. I can view the share \\usscifappsrv01\sai502\ in Gnomba
and browse it's contents, how would I
get to launch this thing, though, with wine?