Re: cmd.exe: Fix FOR so it works as 'well' as before.
18 Jun
2007
18 Jun
'07
10:24 a.m.
Hi Jason. The Patch is already in the tree, but I have a question: + * + * Execute a command, and any && or bracketed follow on to the command. The + * first command to be executed may not be at the front of the + * commands->thiscommand string (eg. it may point after a DO or ELSE + * Returns TRUE if something like exit or goto has aborted all processing + */ +void WCMD_part_execute(CMD_LIST **cmdList, WCHAR *firstcmd, WCHAR *variable, + WCHAR *value, BOOL isIF, BOOL conditionTRUE) { + The comment missed a closing bracked somewhere. How does the "Returns TRUE" match the declaration ("void")? Thanks -- By by ... Detlef
6842
Age (days ago)
6842
Last active (days ago)
0 comments
1 participants
participants (1)
-
Detlef Riekenberg