Browse Source

Update 'Compression.ps1'

nathan 1 year ago
parent
commit
bf90891cd3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Compression.ps1

+ 2
- 2
Compression.ps1 View File

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
 # Set the compression level (Valid values are low, medium, high, max, or blank for default)
4
 # Set the compression level (Valid values are low, medium, high, max, or blank for default)
5
 $level = "high"
5
 $level = "high"

Powered by TurnKey Linux.