Advertisement
e01

[BATCH] Fidget Spinner

e01
Jul 13th, 2018
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.35 KB | None | 0 0
  1. @echo off & setlocal enableDelayedExpansion
  2.  
  3. REM INITIALIZE -----------------------------------------------------------------------------
  4. call :macros
  5.  
  6. rem initialize SCREEN 0
  7. set /a "hei=wid=90", "heixwid=hei*wid"
  8. mode con: cols=%wid% lines=%hei%
  9. for /l %%a in (0,1,%heixwid%) do set "updateScreen0=!updateScreen0! "
  10. set "screen0=%updateScreen0%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement