Upload files to "/"

This commit is contained in:
2025-12-02 18:18:39 +00:00
parent 1055b7dd73
commit 90d8ec248f
5 changed files with 289 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
[int]$number = (get-content -path "c:\ldplayer\ldplayer9\index_count.txt")
$number=$number + 1
if($number -gt 21){ $number=0}
$number | Out-File -FilePath "c:\ldplayer\ldplayer9\index_count.txt"