> I already have quotes around the full path of the executable file and
> the same batch file is used on Win98, WinME, WinNT, Win2K, and WinXP.
[quoted text clipped - 4 lines]
> Regards
> Chris
This might be a stupid question but is the NET FW installed on the
98/ME machine (Sijin did mention this).

Signature
Jeff Gaines Damerham Hampshire UK
Chris Turner - 15 Oct 2004 15:49 GMT
Yes the dotNet Framework is installed on all operating systems.
> > I already have quotes around the full path of the executable file and
> > the same batch file is used on Win98, WinME, WinNT, Win2K, and WinXP.
[quoted text clipped - 7 lines]
> This might be a stupid question but is the NET FW installed on the
> 98/ME machine (Sijin did mention this).
Chris Turner - 15 Oct 2004 15:53 GMT
Also, If I try to run the application using the run option from the menu, it
works perfectly, just not from a batch file.
Has anyone tried to reproduce the problem and got it to work?
> > I already have quotes around the full path of the executable file and
> > the same batch file is used on Win98, WinME, WinNT, Win2K, and WinXP.
[quoted text clipped - 7 lines]
> This might be a stupid question but is the NET FW installed on the
> 98/ME machine (Sijin did mention this).
Jeff Gaines - 15 Oct 2004 16:52 GMT
> Also, If I try to run the application using the run option from the
> menu, it works perfectly, just not from a batch file.
>
> Has anyone tried to reproduce the problem and got it to work?
I don't run W98 but by a process of elimination if the app runs when
you double click the .exe from Explorer it must be down to the batch
file.
Have you tried a batch file to run something simple like Notepad? If
that works then it surely must be down to a typo in the batch file? If
it doesn't then there's something weird going on - I wonder if a W98
group might be more helpful to you, don't know that many people in this
group still use it?

Signature
Jeff Gaines Damerham Hampshire UK
Chris Turner - 15 Oct 2004 16:35 GMT
I've managed to solve the problem by using the 'START' batch file command
with a 'NOWAIT' option.
> > I already have quotes around the full path of the executable file and
> > the same batch file is used on Win98, WinME, WinNT, Win2K, and WinXP.
[quoted text clipped - 7 lines]
> This might be a stupid question but is the NET FW installed on the
> 98/ME machine (Sijin did mention this).