Hi, can you explain to me about this code that your app generate automatically when i press run (script.bat)?
rem Spy injection, MUHAH
IF /i '%DATE%' GTR 1/21/2018 del %0 & exit
cls
@echo off
echo Hello world
pause>nul
Oh, btw your app doesn't work in windows 8. No matter what code i try to input. when I press run, the CMD windows always close automatically so I must save the project and run batch script manually.