hackoofr

Start_CMD_Maximized.bat

Dec 25th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.22 KB | Source Code | 0 0
  1. @echo off
  2. Title MAX WINDOW USING CONHOST
  3. setlocal
  4. if not defined using_conhost (
  5.     set "using_conhost=1"
  6.     start "" /max conhost -- "%~nx0"
  7.     exit /b
  8. )
  9.  
  10. color f0
  11. Tracert www.google.com
  12. timeout /t 5 /nobreak>nul
Advertisement
Add Comment
Please, Sign In to add comment