mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
v2 now in separate folder
This commit is contained in:
3
v2/runner/scripts/close.vbs
Normal file
3
v2/runner/scripts/close.vbs
Normal file
@@ -0,0 +1,3 @@
|
||||
set App = CreateObject("Photoshop.Application")
|
||||
set Doc = App.activeDocument
|
||||
Doc.Close(CInt(wScript.Arguments(0)))
|
||||
Reference in New Issue
Block a user