Features
- Simulates a command prompt environment.
- Prompts the user to enter commands.
- Provides feedback based on user input.
- Automatically deletes itself after the second execution.
- How It Works
- Execution Count: The script keeps track of how many times it has been run using a counter stored in a file named
counter.txt. - Self-Deletion: After the second execution, the script deletes itself and the counter file, ensuring it won't run again.
- User Interaction: Users can enter commands, and the script will respond accordingly, adding a humorous touch to the interaction. Usage:
- Download the
WINDOWS_TERMINAL_2.0.batfile. - Place it in a directory where you have write permissions.
- Run the batch file by double-clicking it.
- Follow the prompts and enter commands as desired.
- After the second execution, the batch file will delete itself. Important Notes
-
Ensure that you have the necessary permissions to delete files in the directory where the batch file is located.
-
The script is intended for educational and entertainment purposes.
-
License This project is licensed under the MIT License