增加config文件夹

This commit is contained in:
yang 2022-10-16 21:57:37 +08:00
parent 33640e25b9
commit 81285a0bef
3 changed files with 9 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,4 +1,3 @@
.idea
.gradle
build
config
build

View File

@ -0,0 +1,3 @@
C:
cd C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
del RoomIt.bat

View File

@ -0,0 +1,5 @@
@echo off
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
cd /d "%~dp0"
xcopy ".\RoomIt.bat" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\" /y