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.

[693 byte] By [pinjopaul] at [2007-9-26 3:35:50]
# 1
if any problems in understanding what i wrote please get back to me
pinjopaul at 2007-6-29 12:06:35 > top of Java-index,Developer Tools,Java Compiler...
# 2
Try a .bat file like...@ECHO OFFCLASSPATH=.:%CLASSPATH%java.exe StartFramePAUSE
musheno at 2007-6-29 12:06:35 > top of Java-index,Developer Tools,Java Compiler...
# 3
thanx for the reply
pinjopaul at 2007-6-29 12:06:35 > top of Java-index,Developer Tools,Java Compiler...
# 4
I found this is an issue with IE, please take this thread to support.microsoft.comTodd_Muhsheno@yahoo.com
musheno at 2007-6-29 12:06:35 > top of Java-index,Developer Tools,Java Compiler...