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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 0Log Data
service.log
config yaml githubdontsupportyamluploads.txt
Commit Hash, Version and Windows Build
cf7a0fe10.4.1.13.1.41.3.3.07.0.522631.3155Screenshots / Videos
No response
Beta Was this translation helpful? Give feedback.
All reactions