Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Filemask not working on Get

I assume you are getting "Missing parameter for command 'get'." error, because you have not specified any argument to the get command (the switch is not counted).

This is correct:

get * -filemask=|pictures/
johnlondon

I should have noted - this script works fine without the mask.
johnlondon

Filemask not working on Get

Hello,

I'm trying to grab all files except one directory, here is my script:

open backups
cd
LCD E:\Backups\
GET -filemask=|pictures/
CLOSE

The script runs, and nothing is moved.

What am I doing wrong?