Skip to content

Instantly share code, notes, and snippets.

@ishideo
Last active January 30, 2026 22:24
Show Gist options
  • Select an option

  • Save ishideo/f2e434d6efbb9a831eb614448aeecbba to your computer and use it in GitHub Desktop.

Select an option

Save ishideo/f2e434d6efbb9a831eb614448aeecbba to your computer and use it in GitHub Desktop.
empty.bat
@echo off
empty.exe *
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