hello i can’t seem to make xrun work and run bat file
with content :
@echo off
set “csv=domains.csv”
more +1 “%csv%” >"%csv%.new"
move /y “%csv%.new” “%csv%” >nul
Here is the video of the issue
[https://streamable.com/hrd825]
althoug the de.bat file works fine in windows !