zouboan commented on PR #7572: URL: https://github.com/apache/incubator-nuttx/pull/7572#issuecomment-1312433462
> why not use (Q)ifexist(1) (del /f /q $(1)) in Windows native build if $1 contain too many member, `if exist $1`will give an error: `Input line is too long` in Windows native build. this is a windows characteristic: 1. In Command Prompt, the total length of the following command line can't contain more than 8191 characters; 2. In a batch file, the total length of the following command line can't contain more than 8191 characters; [https://learn.microsoft.com/en-US/troubleshoot/windows-client/shell-experience/command-line-string-limitation](url) [https://learn.microsoft.com/en-US/troubleshoot/windows-client/shell-experience/command-line-string-limitation](url) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org