This commit is contained in:
Unknown
2018-02-04 23:31:16 -05:00
parent 101437ead3
commit ef1fb47d0e
5 changed files with 16 additions and 101 deletions

View File

@@ -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()

View File

@@ -1 +0,0 @@
Testing...