mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
First upload
This commit is contained in:
10
win/dojs.vbs
Normal file
10
win/dojs.vbs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
Dim app
|
||||
Set app = CreateObject("Photoshop.Application")
|
||||
if WScript.Arguments.Count = 0 then
|
||||
WScript.Echo "Missing parameters"
|
||||
else
|
||||
path = wScript.Arguments(0)
|
||||
folder = wScript.Arguments(1)
|
||||
app.DoJavaScriptFile path, Array(Folder)
|
||||
end if
|
||||
Reference in New Issue
Block a user