Pārlūkot izejas kodu

Update 'Compression.ps1'

nathan 1 gadu atpakaļ
vecāks
revīzija
bf90891cd3
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      Compression.ps1

+ 2
- 2
Compression.ps1 Parādīt failu

@@ -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.