|
regarding batch mode
hi everybody,
iam writing script in paint shop pro for open the entire file from the particular directory one by one. for that , i had used the following command
def Do(Environment):
# FileOpen
# App.Do( Environment, 'FileOpen', {
FileList': [D:\\TT\\*.tif]
# 'Folder': u'D:\\TT',
# 'FileFormat': App.Constants.FileFormat.Tif,
# 'ShowPreview': App.Constants.Boolean.true,
# 'EnableBrowser': App.Constants.Boolean.true,
# 'FavFileList': [],
# 'GeneralSettings': {
# 'ExecutionMode': App.Constants.ExecutionMode.Default,
# 'AutoActionMode': App.Constants.AutoActionMode.Match
# }
# })
it is not working.
can anyone help me regarding this issue.
regards
murugan
|