Submitted by Cleariam in programming

Batch scripting is always a fantacy of ours as we all must have played with batch when we first knew that we can create a fake virus when we were kids , learning it will be more fun and can help us in some or the other way.

1.Learning it online https://www.geeksforgeeks.org/basics-of-batch-scripting/

https://steve-jansen.github.io/guides/windows-batch-scripting/

https://www.section.io/engineering-education/dive-into-batch-scripting-language/

  1. Learn it in the form of pdf https://www.pdfdrive.com/download-batch-script-tutorial-pdf-version-d33413132.html

Use the option goto pdf and then it must open in google drive u can download the pdf from there ..

Hope this helps.

2

Comments

You must log in or register to comment.

OrIsThatSo wrote

Batch isn't such a capable language, so you (usually) use PowerShell instead. But powershell is so hard and unintuitive, and such a weird language it just sucks. Bash is so so much better. Bash just makes sense. PS doesn't,

1