Customer Portal

System execute of bash script on windows

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    corresponding script on Windows is:
    for /f %%i in ('dir /b data-out')  do del data-out\%%i

    with command interpreter:
    ${}

Please sign in to leave a comment.