• 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 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...
  • 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...
  • using batch file to build project
    Trying to use the uVision generated batch file to build the project. The batch file is generated fine, but running it produces an error for every call to armcc: C:\ARM\LPC23xx_24xxSampleSoftware...
  • Running batch file before build
    I am using Uvision2.20a and I would like to call a batch file before the build process is started using the build button. Is this possible ? I have noticed that there is a "Run User program #1" after...