getfile

maya.vu?kovi?

New member
I need help with "getfile" command. I can't get it to work. If I type:

getfile E:\. .ZA EMITOVANJE\Mali oglasi

the program inserts a file from the root E, and if I type:

getfile E:\.R E K L A M E

nothing happens. How do I get it to play a file from desired folder?
 
I was playing around with it some more. It looks like the command doesn't work when there are spaces in folder name. It works fine for folders that have only one word in their name.
 
If path contains spaces you'll need to enclose it in quotes, e.g.:
Code:
getfile "E:\.R E K L A M E" /newest
 
Back
Top