Skip to content

A batch that works with only a single batch file, has OS-like scale functionality, and can change the cursor! Inspired by many things! And By the way, Development of Cursor Changer began on October 13, 2021!

License

Notifications You must be signed in to change notification settings

tamago1908/Cursor-Changer.bat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cursor Changer.bat

Cursor Changer placeholder logo

OS-like Scale Functionally + Changining Cursor Function
Cursor Changer.bat

Made by tamago1908

If you have any criticisms or problems with this batch, or find any, please submit an issue.
I will respond as quickly as possible.
well.
I Need reviews!

Caution

DO NOT DOWNLOAD CURSOR CHANGER FROM REPOSITORY!!! PLEASE DOWNLOAD IT FROM RELEASES TAB!!!

📰 - Latest News -

Update released! (2024/12/30)

Cursor Changer 1.15β4 (1.15.b4) has been released!
This update includes many improvement!
And this update will be 2024 last update!
See the Change log for detailed changes.

 

💡 - About this batch -

Cursor Chager is a project that tries to explore what can be done with batch and powershell, and is as OS-like functionally running on a single batch file! At the very least, it is by far larger and more complex than the other Batch Projects. And I (tamago1908) created all of them by myself.
In other word, Cursor Changer.bat is a combination of Real Cursor Changer and Batch OS! (However, it is not strictly a Batch OS. It is more like a Utility tool)

and also, This Cursor Changer is a batch that has been in development since 2021 and is still being developed over three years later.
It is probably one of the longest developing Batch project in the world. Moreover, development is scheduled to continue in the future.

If you need any other backstory or detailed explanations, please visit the Wiki.

Incidentally, it is in no way related to the Real Cursor Changer, and the name match is coincidental. However, I feel there are some similarities in concept...

 
Main manu looks like This :

 

🔎 - Features -

Cursor Changer features include changing cursors, updates, calculators, settings, uninstalls, launches, OOBEs, and various other functions and Easter eggs.
Although there are only a few features at this time, but this BATCH is still under development, so new new features and patches to come! (at least as long as the developers are motivated)
Cursor Changer is written primarily in Batch and Powershell, with Batch being the primary language, and Powershell being used for functions that are difficult to do with Batch alone (like Msgbox, updates, playing music, disabling the maximize button, settings, etcs...)
In addition, Cursor Changer does not generate any temp files. (except for settings file and those generated by powershell)
Cursor Changer might be considered a pure batch project, but that's not entirely accurate. Some other batch projects utilize vbs, exe files, or .DLLs. Instead of using those, Cursor Changer makes use of PowerShell.
If projects that use such files are also referred to as pure batch, then Cursor Changer could be considered pure batch as well.

and the most recent report (Latest News) is given at least once a month.
At least as far as I have searched, almost all Batch OS have stopped updating in the last year.
No update and No news for 1 years over? That's pathetic lol.

In creating this BATCH, I were inspired by the following.

 

❓ - How to use this batch -

Important

To use Cursor Changer, you must first set it up. Here is the procedure :

1 : Download the latest version from "Release" on Github. The following image shows a concrete example.
Cursor Changer
1.5 : Download it at here.
Cursor Changer
2 : After downloading, either run it as is or move it to your desktop and run it.
3 : Wait a few seconds, and the first setup will start automatically. Follow the instructions. At that time, you will be asked to confirm precautions and settings, themes, etc.
4 : Once setup is complete, you are then free to use the Cursor Changer. All functions in the menu after startup are available.

You can change the cursor, use the calculator, check for updates, or even find Easter eggs. however, that the current version has fewer features and is not perfect. If you want games or further OS-scale features, please wait for updates or report them in an issue.

💻 - System Requirements -

Warning

The following requirements must be met in order to run Cursor Changer :

@ mean is Windows 10 1803 have this by default)

  • Windows 10 1803 or later
  • @ Powershell 5.1 or later
  • @ VT100 Support (Advanced ESC Sequence)
  • @ UTF-8 Support (Recommend : MS Gothic)
  • Internet Connection (Optional)
  • Good CPU (Optional)

Cursor Changer will not work in environments that do not meet the above conditions.
If your computer is running Windows 10 1803 or later, it will work without separate software installation.
It may be possible to run Cursor Changer on a PC running Windows 10 1803 or lower by installing an external application separately or edit registry key, but this is not recommended.

🚫 - Disclaimer -

The author of Cursor Changer.bat (hereinafter referred to as "Batch"), tamago_1908 (hereinafter referred to as "I" or "Developer"), is not responsible for any damages or losses caused or resulting from the execution of this batch. In other words, all responsibility for the execution of this BATCH belongs to the person who executes it. All disclaimers, notices, and copyrights are governed by the Apache License 2.0. However, the developer shall provide fixes and updates for any bugs, problems, or imperfections that may exist in this Batch.

the Developer will not be liable for any liability resulting from bugs or problems that may be added in future updates. This is permanent and will continue to apply. Please keep in mind, however, that the developer has not intentionally created the kind of program that causes problems, and has no intention of doing so. The user (the user of the Batch) may report to the developer any bugs or problems found in the batch that need to be fixed.

This disclaimer is basically in accordance with the Apache License 2.0 and does not imply any license modification.
This disclaimer and license applies whether expressly or impliedly, only when you install and run the batch, or You will be deemed to have understood the disclaimer when you run the OOBE and recognize the message that says please refer to this disclaimer both. The merits of the decision will only be determined in this regard.

Did you read this Disclaimer? if you so, click here...

🌟 - Special thanks -

- People who have actually tried this batch -
- Server.bat discord community -
- Bat-Man discord community -
 
Thanks so much for giving me feedback!

📝 - Chenge logs -

Beta latest : 1.15β4 (build 131)
Stable latest : 1.14c (build 91)

Note

(Build numbers mean something like milestones)


- 1.15β4 build 131 (Beta Update, 2024 LAST UPDATE!!!) 🔥

Changed :

  • Cursor backup feature is added!!
    • Cursors can now be backed up! The registry values where the cursor settings are stored are saved by default in FirstCursor.txt,
    • Which can then be loaded. However, this may not work in all environments.
    • If you are concerned, please do not use this feature and backup the registry keys separately!
  • 10 New main menu messages are added!
    • Now, there are currently about 20 different messages!
  • Dark gray background is added in Default Boot animation
  • Reboot/Shutdown messages are added!

Changed :

  • Error handler argument is changed from BatBootErrorHandlerArgument1908 into BatBootErrorHandlerArgument1908␍␊!
    • This means Newline characters are now included directly into Error Handler argument!
    • I believe there is no way to enter this character in cmd other than to copy and paste it directly. This further improves the stability of the Error handler!
  • Recovery menu CUI code is improved!
    • The for statement loop used in the Setting Menu CUI is now also used in the Recovery Menu CUI!
    • This allows for much faster move. In the future, I'm planing to implement this method in other CUI Code
  • Smoother transtion with overlay And better Overlay Code!
    • This allows the background to darken without flickering. This can be seen, for example, in the Exit menu and Version info!
  • BSOD color is changed to darker color!
    • #080884 to #003D92!
    • (3003D92 is actually same as windows 11's BSOD Color!)
  • Change log Code is bit improved
    • *The Github API, which used to be used twice, is now combined into a single API use
  • Mainmenu Messages logic is bit improved
  • :batshutdown is renamed with :Powerscreen!
  • Minor improvement in Setting CUI code
    • Syntax fixes
  • All start chrome.exe is replaced with start (URL)...

Fixed :

  • Main menu background's halloween theme is fixed!
    • After 1.15β2, the colors were a little darker than in 1.14c and not correct, but this has been fixed and the colors are now correct!
  • Minor bug fixes
  • Minor code fixes

This update will be the last update for this year.
The cursor backup feature has not been well tested for different registry key configurations or for registry values containing special characters.
What has been tested is under the standard Windows cursor environment.
If you are concern about it, don't use it.
If you find a bug or a glitch, please report it in an issue.


- 1.15β3 build 121 (Beta Update, SETTING IMPROVE!!!)

Changed :

  • Setting The CUI code has been significantly improved!
    • This change is a big one. The number of lines has been reduced by about -78% compared to the old Setting CUI code!
  • All CUI code changed to be more efficient except cursorchange!
  • Background_menu has been improved to be more efficient
  • Delay functionality has been improved

Fixed :

  • boottime is now initialized after setup is done
  • Several UI elements have been improved
  • Several bugs fixed

This update is smaller than the usual updates, but it is more focused on improving the Setting CUI code.
If you find a bug or a glitch, please report it in an issue.


- 1.15β2 build 111 (Beta Update, NO MORE OLD CODE)

Added :

  • New Start up / Shutdown Sound!
    • (Tadaaa!!)
  • New Boot time warning message!
    • (If you takes more than 15 seconds to start up, a warning message will be displayed)

Changed :

  • Windows Version check has been improved!
    • (It has been moved to be checked at the very beginning of the Cursor Changer code and now uses leq instead of lss in the if statement!)
  • The method of bypassing Windows version check has changed!
    • (For detailed instructions, please refer to the Cursor Changer code. Also, the bypsvck argument has been removed)
  • Typoswarning setting has been replaced by a setting called Playsound!
    • (This setting toggles whether start up and shutdown sounds are allowed to be played)
  • Background now shows Exit, Version info, and Update Available Menu!
    • (With it, some UI elements are changed)
  • Updater is now uses Update Available UI!
  • The part where changes to the settings are applied has been improved!
    • (it's -80% shorter and more efficient!)
  • Powersheller is sligtly improved
  • FullUpdater function has been deleted from Powershller
  • Halloween background is slightly improved
  • Halloween command is sligtly improved
    • (Now you can toggle it!)
  • BSOD has been changed for crashes in older windows environments to be more compatible
    • (BSODErrors_OG)
  • Recovery menu UI code has been improved
    • (It's more shorter now!)
  • Please wait a while... text changed to Starting Cursor Changer...

Fixed :

  • VT100 syntax has been fixed
    • (With it, compatibility with older Windows has been improved)
  • Some UI code has been fixed to be more efficient
  • Some English grammar corrected
    • (For example, Uninstall of Cursor Changer is changed to Uninstall Cursor Changer)
  • Other minor bugs fixed

This update increases the size of Cursor Changer to approximately 335KB. This increase is almost entirely accounted for by Start up / Shutdown sounds...
I was able to reduce the increase by shortening some code and compressing the sounds.
If you find a bug or a glitch, please report it in an issue.


- 1.15β1 build 100 (Beta Update, BUILD 100!!!)

Added :

  • Error Handler has been Improved!
    • (Error Handler no longer uses Powershell)
  • New Update available UI!
    • (UI displayed when updates are available when the Check Update at boot setting is set to true)
  • New Uninstall UI!
  • labellist command
    • (You can use it in mainmenu)
  • Uninstall argument
  • New easter egg messages
    • (RAINBOWWWWW)
  • Halloween theme is gone by default... :(
    • (But don't worry! Enter halloween in the main menu and it will be active until you reboot!)

Changed :

  • Powersheller code is now much shorter! (-23%)
  • OOBE code is now much shorter! (-25%)
    • (Also no more flickering)
  • Small UI elements

Fixed :

  • Small bugs

With this update, the Build number has finally reached 100.
Also, the size of the Cursor Changer is now over 300KB, so I feel like I've reached a big milestone.
If you find a bug or a glitch, please report it in an issue.


Congratulations! You have read the README to the end! To receive your reward, click below...

About

A batch that works with only a single batch file, has OS-like scale functionality, and can change the cursor! Inspired by many things! And By the way, Development of Cursor Changer began on October 13, 2021!

Topics

Resources

License

Stars

Watchers

Forks