Search found 7 matches
- 30 Dec 2018 10:06
- Forum: DOS Batch Forum
- Topic: My batch menu V2.2.0
- Replies: 0
- Views: 19368
My batch menu V2.2.0
Hello everyone, I have updated my batch menu. For this update I focused on shortening the code as much as possible. It is now also possible to turn the boot logo and welcome message off so you get a faster start of the menu. Here is the full changelog: - Added an drive letter opener - Added an optio...
- 02 Nov 2018 11:41
- Forum: DOS Batch Forum
- Topic: My batch Menu
- Replies: 9
- Views: 8504
Re: My batch Menu
Thank you for bringing this to my attention I will add an option to turn that off in the next update.
- 02 Nov 2018 11:37
- Forum: DOS Batch Forum
- Topic: My batch Menu
- Replies: 9
- Views: 8504
Re: My batch Menu
If you really want to get rid of it completely, you can delete this part of the code. choice /t 1 /c sr /d r /n if errorlevel 2 goto :Bootcon if errorlevel 1 goto :TimesOpenedCounter :Bootcon cls echo. echo Booting... Please Wait. echo. echo ÚÄÄÄÄÄÄÄÄÄÄÄÄ¿ PING localhost -n 2 >NUL echo ³ ÛÛÛÛÛÛÛÛ ³ ...
- 02 Nov 2018 11:34
- Forum: DOS Batch Forum
- Topic: My batch Menu
- Replies: 9
- Views: 8504
Re: My batch Menu
Psst, Steffen can I tell you a secret. If you press S before the boot logo shows up you skip it. The rest of the time is not able to be skipped because it has to set over 200 variables for all the custom programs and website. It also checks if all variables are there because say for example the colo...
- 02 Nov 2018 03:08
- Forum: DOS Batch Forum
- Topic: My batch Menu
- Replies: 9
- Views: 8504
Re: My batch Menu
I'll make it the focus of the next update to shorten the code as much as possible. I think i can use functions to shorten the saving of custom programs/websites. I'll start work on it immediately.
- 01 Nov 2018 13:29
- Forum: DOS Batch Forum
- Topic: My batch Menu
- Replies: 9
- Views: 8504
Re: My batch Menu
Thank you, I might look into those things in the future as I am currently focused on adding new features. If you have any suggestions, please let me know.
- 31 Oct 2018 04:52
- Forum: DOS Batch Forum
- Topic: My batch Menu
- Replies: 9
- Views: 8504
My batch Menu
Hello everyone, I made a really handy batch menu. You can download it here: https://sites.google.com/view/quint-09/programs/quint_09-menu or you can view the source code here: https://docs.google.com/document/d/18Gq3GWouhC7rP_f6OBgHljT90y0RxJQO51UtkJXrItI/edit?usp=sharing You can check the first lin...