• Create library with batch-file
    Dear experts! I'm trying to create a simple batch-file, that generates a library: SET lib_debug=debug_lib.lib IF NOT EXIST %lib_debug% GOTO create_lib DEL %lib_debug% :create_lib lib51 create...
  • batch file
    uvision2 ,C51 V2.34 and after provides a option to create a batch file. Is there a way to create such a batch file for versions earlier to this one, I mean earlier to c51 v2.34. Anyone has got idea...
  • Creating a "batch file" from batch build in Keil Workspace
    Whether there is any way to generate a combined batch file after bulding all projects in KEIL workspace using batch build option ?
  • Does the "create batch file" option work for you?
    Hello, I don't see the .bat file that is supposed to be created in the output object path. Does it work for you (I'm working with MDK 4.11) ?
  • The batch file problem
    Hi, In the project settings, I check the "Create batch file" opitons in the "Output" panel to generate a batch file, so that I may build the project without the Keil IDE. But the keil is install in...