Replies: 3 comments
-
You can find examples on how to do this here: https://github.com/AutoDarkMode/Windows-Auto-Night-Mode/wiki/How-to-add-custom-scripts |
Beta Was this translation helpful? Give feedback.
-
gotcha i've run it using those examples as a guide and its a no go. I literally just want to run a bat file. But upon change nothing happens, a terminal window doesn't even open. The script also obviously works in cmd when run manually. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Description
Enabled: true Component: Scripts: - Name: cmd example Command: powershell ArgsLight: ['D:\Programs Misc\Nilesoft Shell\imports\Themes\Switch_to_Latte.bat'] ArgsDark: ['D:\Programs Misc\Nilesoft Shell\imports\Themes\Switch_to_Mocha.bat'] AllowedSources: [Any]
Expected Behavior
Run a bat file on switch. (the batch files work independently, when manually run:
@echo off taskkill /f /im explorer.exe copy /y Mocha-Peach.nss "D:\Programs Misc\Nilesoft Shell\imports\theme.nss" explorer.exe exit 0
Log Data
service.log
config yaml githubdontsupportyamluploads.txt
Commit Hash, Version and Windows Build
cf7a0fe
10.4.1.1
3.1.4
1.3.3.0
7.0.5
22631.3155
Screenshots / Videos
No response
Beta Was this translation helpful? Give feedback.
All reactions