Closed Ghostboo-124 closed 6 months ago
The recent updates to the install_windows.bat
and start_windows.bat
scripts focus on improving readability and functionality. Both scripts now start with the @echo off
command, which prevents commands from being displayed as they are executed, providing a cleaner output. Additionally, the install_windows.bat
script has been corrected to include a proper newline at the end of the file, ensuring better compatibility and readability.
Files | Change Summary |
---|---|
install_windows.bat |
Added @echo off at the beginning and fixed the newline at the end of the file. |
start_windows.bat |
Added @echo off at the beginning to disable command echoing. |
In the land where code does dwell,
Scripts now run so smooth and well.
With@echo off
, they start so clean,
A silent dance, a coder's dream.
Newlines fixed, no errors to see,
Batch files hum in harmony.
🌟🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Add an @echo off to the start of each batch file to make it look better. :)
Summary by CodeRabbit
install_windows.bat
andstart_windows.bat
scripts for better readability and execution by adding@echo off
commands.