Windows Batch Library

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
IcarusLives
Posts: 161
Joined: 17 Jan 2016 23:55

Windows Batch Library

#1 Post by IcarusLives » 27 Mar 2023 17:34

I'm actually really nervous posting this here, but here goes nothing..

Dozens of functions & macros to make batch work easier; No matter the job.

I've been working on this for a few years. Making new functions and slowly adding to the collection. I hope someone finds this useful to achieve their endeavors. For questions, please DM me for my discord as I'd prefer not to make it public here. I'm open to suggestions on clarity and functionality.

Thank you for your time, enjoy. :mrgreen:

Library.bat Repository
https://github.com/IcarusLivesHF/Window ... ibrary.git

Library.bat
https://github.com/IcarusLivesHF/Window ... ibrary.bat

Sketch.bat (set up to load the library)
https://github.com/IcarusLivesHF/Window ... _Usage.bat

Usage & Examples
https://github.com/IcarusLivesHF/Batch-Script-Projects

Documentation
https://raw.githubusercontent.com/Icaru ... tation.bat

Download from Github
https://github.com/IcarusLivesHF/Window ... master.zip

einstein1969
Expert
Posts: 941
Joined: 15 Jun 2012 13:16
Location: Italy, Rome

Re: Windows Batch Library

#2 Post by einstein1969 » 30 Mar 2023 04:04

Hi IcarusLives,

nice idea, I would like to do something similar but I'm sick and I can't do much anymore.

I'm updating the sin(x) function

IcarusLives
Posts: 161
Joined: 17 Jan 2016 23:55

Re: Windows Batch Library

#3 Post by IcarusLives » 30 Mar 2023 06:20

I'm really sorry to hear you aren't well. I truly hope you improve.

I will check out the new SIN(x) when I get home from work, thank you!!

Post Reply