Skip to content

Instantly share code, notes, and snippets.

@ishideo
Last active September 26, 2018 08:15
Show Gist options
  • Save ishideo/f2e434d6efbb9a831eb614448aeecbba to your computer and use it in GitHub Desktop.
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