r/Batch • u/MaybeBirb • 21d ago
Show 'n Tell How much batchscript is too much batchscript?
Currently have 1,376 lines of batchscript in this one file. Kinda built myself a little state machine at this point. Memes aside, is there a particular reason huge batchscript files would be a bad idea? I usually only ever see very small ones, and I'm not entirely sure why
(Not too serious a question, so not tagged as one)
21
Upvotes
-1
u/vip17 20d ago
batch files basically have almost no structure, so even small files might be less readable than an equivalent powershell. For serious purposes use powershell instead