Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1006 → Rev 1007

/svarcom/trunk/command.c
154,9 → 154,8
case 'k': /* /K = execute command and keep running */
case 'K':
cmdline++;
while (*cmdline == ' ') cmdline++;
cfg->execcmd = cmdline;
break;
return; /* further arguments are for the executed program, not for me */
 
case 'y': /* /Y = execute batch file step-by-step (with /P, /K or /C) */
case 'Y':
/svarcom/trunk/history.txt
5,6 → 5,7
 
=== ver 2022.2 (xx.xx.xxxx) ==================================================
 
- fixed parsing of /C and /K arguments that were leading to spurious warnings
- step-by-step execution of batch files (/Y)