소스 검색

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.