C:\JFL\SRC\Libs\SysToolsLib_Public>ag --cc batch                                                                         
C\SRC\dirc.c                                                                                                             
2834:    Anyway this feature was only requested long ago for an MS-DOS batch file.                                       
                                                                                                                         
C\SRC\msgbox.c                                                                                                           
204:  char *pszBatch = "MBResult.bat";                                                                                   
206:  char szBatch[MAX_PATH];                                                                                            
219:      if (streq(opt, "b") || streq(opt, "batch")) {                                                                  
221:      pszBatch = argv[++i];                                                                                          
283:  GetFullPathName(pszBatch, sizeof(szBatch), szBatch, NULL);                                                         
330:    // Output the result into a batch file to call as a subroutine of the parent batch.                              
331:    hf = CreateFile(szBatch,        // file name                                                                     
344:      MessageBoxF("MsgBox.exe error", MB_OK | MB_TOPMOST, "Cannot open file %s\n", szBatch);                         
366:    // Output the result into a batch file to call as a subroutine of the parent batch.                              
367:    hf = CreateFile(szBatch,        // file name                                                                     
380:      MessageBoxF("MsgBox.exe error", MB_OK | MB_TOPMOST, "Cannot open file %s\n", szBatch);                         
452:  -b BATCH      Set output batch name for opts -e, -o. Default: MBResult.bat\n\                                      
461:                Creates a batch file with the input text. See option -b.\n\                                          
464:                Creates a batch file with the selected path. See option -b.\n\                                       
                                                                                                                         
C\SRC\smbios.c                                                                                                           
937:|   int retcode         Exit code testable as an ERRORLEVEL in batch files|                                          
                                                                                                                         
C\SRC\Which.c                                                                                                            
813:      /* Generate a batch command that gets help about all standard commands, selects the internal ones, and stores  
them in pszListFile */                                                                                                   
                                                                                                                         
C:\JFL\SRC\Libs\SysToolsLib_Public>git branch                                                                            
* master                                                                                                                 
                                                                                                                         
C:\JFL\SRC\Libs\SysToolsLib_Public>Get-Console