Преглед на файлове

Update 'Compression.ps1'

nathan преди 1 година
родител
ревизия
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.