Message5440
 
            
            
            
 
   
   
 
 
  
      A possible solution could be to replace
:argsDone
if not defined _BOOT_CP (
  if defined CLASSPATH (
    set CLASSPATH=%_CP:"=%;%CLASSPATH:"=%
  ) else (
    set CLASSPATH=%_CP:"=%
  )
)
with
:argsDone
rem do not use 'if () else ()' because this does not work with CLASSPATH containing (x86)
if defined _BOOT_CP goto fullCmd
if defined CLASSPATH goto classpathDefined
set CLASSPATH=%_CP:"=%
goto fullCmd
:classpathDefined
set CLASSPATH=%_CP:"=%;%CLASSPATH:"=%
:fullCmd | 
   
  
 
|
 
| Date | 
User | 
Action | 
Args | 
 
| 2010-01-15 23:56:34 | otmarhumbel | set | messageid: <1263599794.23.0.773512058613.issue1330@psf.upfronthosting.co.za> |  
| 2010-01-15 23:56:34 | otmarhumbel | set | recipients:
  + otmarhumbel, jaraco, took, TimVukman |  
| 2010-01-15 23:56:34 | otmarhumbel | link | issue1330 messages |  
| 2010-01-15 23:56:34 | otmarhumbel | create |  |  
 
 
 |