mirror of
https://github.com/sbrow/ps.git
synced 2026-02-28 03:01:43 -05:00
Fixed
- close() / quit() Added functionality - setlayervisibility() Made SaveOptions into an enum for better readibility
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Set appRef = CreateObject("Photoshop.Application")
|
||||
|
||||
Do While appRef.Documents.Count > 0
|
||||
appRef.ActiveDocument.Close(wScript.Arguments(0))
|
||||
appRef.ActiveDocument.Close(CInt(wScript.Arguments(0)))
|
||||
Loop
|
||||
|
||||
appRef.Quit()
|
||||
Reference in New Issue
Block a user