Last active
January 30, 2026 22:24
-
-
Save ishideo/f2e434d6efbb9a831eb614448aeecbba to your computer and use it in GitHub Desktop.
empty.bat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| empty.exe * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set ws = CreateObject("Wscript.Shell") | |
| ws.run "cmd /c empty.bat", vbhide |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment