Create a new text file on desktop → rename to RotateCycle.bat
if "%curr%"=="0" ( %DISPLAY% /rotate 90 ) else if "%curr%"=="90" ( %DISPLAY% /rotate 180 ) else if "%curr%"=="180" ( %DISPLAY% /rotate 270 ) else ( %DISPLAY% /rotate 0 ) rotate desktop shortcut
@echo off set statefile=%temp%\rotstate.txt if not exist %statefile% echo 0 > %statefile% set /p state=<%statefile% if %state%==0 ( C:\Tools\Display.exe /rotate 90 echo 1 > %statefile% ) else if %state%==1 ( C:\Tools\Display.exe /rotate 180 echo 2 > %statefile% ) else if %state%==2 ( C:\Tools\Display.exe /rotate 270 echo 3 > %statefile% ) else ( C:\Tools\Display.exe /rotate 0 echo 0 > %statefile% ) Create a new text file on desktop → rename to RotateCycle
Note: /getrotation may not work with all versions. Alternative: Use a small temp file to track state. %statefile% set /p state=<
:: Get current rotation (requires a helper or manually track) :: Simpler: cycle hardcoded for /f %%a in ('%DISPLAY% /getrotation') do set curr=%%a
Right-click → Edit → paste this:
@echo off setlocal enabledelayedexpansion :: Path to display.exe - change if needed set DISPLAY="C:\Tools\Display.exe"
Accountancy Practices and Tax Advisors
|
Individuals, Businesses, Trusts and Partnerships |
About UsCareers |
Support |
Follow TaxCalc |
VAT will be charged to purchases in accordance with the prevailing rules.
Copyright © 2025 Acorah Software Products Limited. All Rights Reserved. TaxCalc, SimpleStep, TaxCalc CloudConnect and The Digital Tax People are registered trademarks of Acorah Software Products Limited. Unauthorised use of these marks is strictly prohibited.
Microsoft Edge, Outlook and Windows are registered trademarks of Microsoft Corporation in the United States and/or other countries. Apple, Mac, Mac OS, OS X and Safari are trademarks of Apple Inc., registered in the U.S. and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries. Google, Chrome, YouTube and Gmail are registered trademarks of Google LLC, registered in the U.S. and other countries.
Our registered office is: Rubra One, Mulberry Business Park, Fishponds Road, Wokingham, RG41 2GY.
Registered number 03948264 (England and Wales). VAT number: 855 5726 91.