• Batch file not created
    I m trying the create batch file option with eval version of uvision3, on the eg: available in the examples dir of keil/c51 But i can't find any bat files. Please help...
  • 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...
  • 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...
  • Linker has no access to batch file.
    Hi, I downloaded the toolset V9.51 file 'c51v951.exe' and installed it. Using ultraedit version '13.20+2' using Windows7. I configured the Linker through the 'Advanced > Tool Configuration' menu...
  • 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 ?