More Automation help

Streetpm

ADSM.ORG Member
Joined
Jan 19, 2007
Messages
3
Reaction score
0
Points
0
First steps in DRM over, now I would like to script / automate as much as possible. I've read the Q DRMedia help and it says that it can create the cmd files which sounds just what I want to do ..... however, it doesn't seem to work.

my command:
Q drmedia wherestate=vaultretrieve cmdfilename=c:\test2.cmd cmd="move drmedia &vol"

happily runs and displays the tapes with the status of Vault Retrieve, but no cmd file is created....

What am I doing wrong?
Thanks
Paul
 
Ok seems that there was one switch missing..... the line should read

q drmedia wherestate=vaultretrieve f=cmd cmdfile=c:\test.cmd cmd="move drmedia &vol"

now I'll have to go back to the help file and see if I was just not seeing the f=cmd or what.....
 
Back
Top