mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
3 lines
114 B
Plaintext
3 lines
114 B
Plaintext
set App = CreateObject("Photoshop.Application")
|
|
set Doc = App.activeDocument
|
|
Doc.Close(CInt(wScript.Arguments(0))) |