mirror of
https://github.com/sbrow/ps.git
synced 2026-02-28 03:01:43 -05:00
First upload
This commit is contained in:
9
win/quit.vbs
Normal file
9
win/quit.vbs
Normal file
@@ -0,0 +1,9 @@
|
||||
' Close Photoshop
|
||||
Set appRef = CreateObject("Photoshop.Application")
|
||||
|
||||
wScript.echo appRef.Documents.Count
|
||||
Do While appRef.Documents.Count > 0
|
||||
appRef.ActiveDocument.Close(2)
|
||||
Loop
|
||||
|
||||
appRef.Quit()
|
||||
Reference in New Issue
Block a user