AutoRun Files
AutoRun Files
Looking for someone with knowledge on creating an auto-run script that opens CMD and processes a list of items, directing each to a specific option or file. I've only managed to locate a tutorial for opening a single file, struggling to adapt it for automatic USB fixes.
Many resources exist to teach batch processing, such as this or that. For more advanced options, you can develop a console-based application in one of the .NET languages.
Batch isn't the problem. The issue lies in batch not handling multiple programs at once.
I could create some code, but batch isn't something I handle very well. I really dislike it, though—it's great for beginners and super straightforward.