Hi
I created a batch file

runner.bat
*******************************************
set HOME = D:\Faisal\VSS\MTCs
set JAVA_HOME = D:\Applns\JDK1.5.11
%JAVA_HOME%/bin/java -classpath %HOME%\classes %HOME%\lib\laf.jar
com.faisal.mc.ShowScreen

*******************************************

if run this bacth file getting an error " cant find the path specified"

the console looks like

*************************************************
set HOME = D:\Faisal\VSS\MTCs
set JAVA_HOME = D:\Applns\JDK1.5.11
/bin/java -classpath \classes \lib\laf.jar
com.faisal.mc.ShowScreen
**************************************************

So what i conluded is that the both variables not get assigned values why
In my office machine this is working fine
can anybody comment on this