autoexec.bat

how do insert a path so that into my autoexec.bat file eg PATH C:\jdk1.1.8\bin;that sort of thing? my .bat is as follows at the mo!

REM [Header]

@ECHO OFF

REM [CD-ROM Drive]

REM [Miscellaneous]

REM [Display]

REM [Sound, MIDI, or Video Capture Card]

REM [Mouse]

[367 byte] By [barrington] at [2007-9-26 1:26:26]
# 1
PATH=%PATH%;c:\jdk\binSomething like that, you mean?
esmo at 2007-6-29 1:09:21 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 2
looks good i'll give it a try thanks for your time again
barrington at 2007-6-29 1:09:21 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 3
Don't wanna be smartass, but is "set" not required?set PATH=%PATH%;c:\jdk\bin
leukbr at 2007-6-29 1:09:21 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 4
not in windows
parthasarkar at 2007-6-29 1:09:21 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 5
no joy but thanx anyhow still works without it just downloading jcreator u guys are great american right?
barrington at 2007-6-29 1:09:21 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 6
> not in windowsAs far as I know, in Windows I have needed it always.
Hartmut at 2007-6-29 1:09:21 > top of Java-index,Archived Forums,New To Java Technology Archive...