mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Set appRef = CreateObject("Photoshop.Application")
|
||||
|
||||
Do While appRef.Documents.Count > 0
|
||||
appRef.ActiveDocument.Close(2)
|
||||
appRef.ActiveDocument.Close(wScript.Arguments(0))
|
||||
Loop
|
||||
|
||||
appRef.Quit()
|
||||
@@ -1 +0,0 @@
|
||||
Testing...
|
||||
Reference in New Issue
Block a user