Initial commit: RHINE LAB · ANALYSIS OS:三维界面与动效实验(本仓库不含个人归档索引数据)

This commit is contained in:
WpyQwq
2026-09-19 13:04:56 +08:00
commit 3f422218a5
1098 changed files with 39410 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
' Generated by archive-service.ps1 - do not edit by hand.
' Purpose: start the archive backend with a fully hidden window (style 0), so
' that logging on does not flash a black console. Also wraps it so the backend
' keeps its own log file. NOTE: this file is ASCII-only on purpose - wscript
' reads .vbs in the system ANSI code page, so non-ASCII here would garble.
Set sh = CreateObject("WScript.Shell")
sh.CurrentDirectory = "E:\deepseek\RhineLabUI"
sh.Run "powershell.exe -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -File " & Chr(34) & "E:\deepseek\RhineLabUI\scripts\archive-service.ps1" & Chr(34) & " -Action run", 0, False