Advertisement
IcarusLives

Library Usage

Sep 1st, 2021
1,613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.39 KB | None | 0 0
  1. @echo off & setlocal enableDelayedExpansion
  2.  
  3. rem Library parsing
  4.  
  5. set  "openLib=( set "close=?" & ren "%~nx0" orig.bat & ren "?.bat" "%~nx0""
  6. set "closeLib=ren "%~nx0" "^^!close^^!.bat" & ren orig.bat "%~nx0" )"
  7.  
  8. %openLib:?=Library%
  9.     call :math
  10.     call :misc
  11.     call :shapes
  12.     call :algorithmicConditions
  13.     call :turtleFunctions
  14.     call :specialCharacters
  15.     call :macros
  16.     rem Etc
  17. %closeLib%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement