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