Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- Title MAX WINDOW USING CONHOST
- setlocal
- if not defined using_conhost (
- set "using_conhost=1"
- start "" /max conhost -- "%~nx0"
- exit /b
- )
- color f0
- Tracert www.google.com
- timeout /t 5 /nobreak>nul
Advertisement
Add Comment
Please, Sign In to add comment