cannot execute a bat file
Hi to the forum
i got a problem with the installation cd that was prepared
An hyper link to an installation was given like
<a href="\almsetup\setup.bat"><strong>CLICK
HERE</strong></a>
the bat file contains
@ECHO OFF
java.exe StartFrame
PAUSE
and both the html , the class and the abt files r in the same directory
if this is done on the harddisk then it executes
but if burnt on a CD and the tried out
it goes to the windows\desktop and gives the exception
of NoclassFoundException , obvoiusly because the class file is in the CD .
Please help me out with this.

