Home > Back-end >  what does this function inside .bat file do?
what does this function inside .bat file do?

Time:11-05

@ECHO OFF

call:genname build_logs/FRAS
set fras_logname=%newname%.log

python setup.py build >> %fras_logname%

:::::::::::::::::: FUNCTION ::::::::::::::::::::::::
:genname
    set d1=           
  • Related