> i have all my .class files in the folder f:\LAB PROGS\JAVA and want to
> run them from the C:\> in the cmd.exe window in Windows XP
> Professional...Can anyone tell me how to setup the path that will help
> me to run the application from anywhere....Please tell me what
> CLASSPATH value should i set.Thankyou
Why don't you just create a jar file with all your class's
"Java jar cf myFile.jar *.class" in f:\LAB PROGS\JAVA
Then just run as
"java -classpath f:\LAB PROGS\JAVA\myFile.jar MyProgram"

Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
>i have all my .class files in the folder f:\LAB PROGS\JAVA and want to
>run them from the C:\> in the cmd.exe window in Windows XP
>Professional...Can anyone tell me how to setup the path that will help
>me to run the application from anywhere....Please tell me what
>CLASSPATH value should i set.Thankyou
see http://mindprod.com/jgloss/classpath.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.