000rosiu/Flexa — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Windows tool called Flexa that grabs useful device information and makes it easy for a normal person to copy or save it. The original project is just a small Batchfile app and the README only says it’s an easy device information grabber, so keep the scope simple and don’t turn it into a big dashboard.

It should run from a double click or command prompt, show a clean menu, collect basic PC details like computer name, Windows version, user name, processor, memory, drives, and network info, then display everything in a readable report. Give the user an option to save the report to a text file in the same folder.

Please make it friendly, with clear messages, no confusing errors, and comments in the script so someone can understand or edit it later. If anything needs current Windows command syntax, look it up online if you need to.

Want more depth? Deep Reverse