Dear,
Another way of checking f.e. missing quotations is by using our tool
kixstrip, which you can find on our site.
With the call
kixstrip input.kix output.kix /block_check
we get following output
code:
SHELL '%COMSPEC% /c xcopy.exe /Q /D "'+@ldrive+$contactspecific+'\'+$acdservices[$counter]+'" $AcdDirectory > nul'
SHELL '%COMSPEC% /C xcopy.exe /Q /D "'+@ldrive+$ccbristolstart+'\*.*'" $LCCopsStartDir > nul'
;($begin)
;
; wed 04-dec-2002 21:35:06 (kix 4.10 vs 3.20e)
;
;Warning KIXSTRIP: 1 line is incompleted.
; rerun program with option "/block_check /show_errors".
;Warning KIXSTRIP: some lines contains errors or possible errors.
; 1 line incomplete "double quotation".
; 1 line incompleted.
;Informative KIXSTRIP: no block_structures found.
;Informative KIXSTRIP: no UDF's found.
;Informative KIXSTRIP: no labels found.
;Summary KIXSTRIP: BREAK CALL DEBUG DISPLAY ENDFUNCTION EXECUTE EXIT FUNCTION GET GETS GOSUB GOTO OLExxx PLAY QUIT RETURN RUN SHELL SLEEP THEN USE
;Informative KIXSTRIP: 2 SHELL
;
;($end)
;($begin)
;
;Warning KIXSTRIP: 2 line incomplete "double quotation".
;Warning KIXSTRIP: 2 line incompleted.
;
;($end)
greetings.