nathan 1 год назад
Родитель
Сommit
bf90891cd3
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      Compression.ps1

+ 2
- 2
Compression.ps1 Просмотреть файл

@@ -1,5 +1,5 @@
1
-# Get the list of folders to compress from the clipboard
2
-$folders = Get-Clipboard
1
+# Prompt the user to paste the list of folders to compress from the clipboard
2
+$folders = Read-Host "Please paste the list of folders to compress from the clipboard and press Enter"
3 3
 
4 4
 # Set the compression level (Valid values are low, medium, high, max, or blank for default)
5 5
 $level = "high"

Powered by TurnKey Linux.