Can I use a variable to repeat a get -filemask destination path
I have
Does a way exist to declare the path
enabling me to write
get -filemask fileA*.txt>today \\192.168.1.10\fixeddestination\ get -filemask fileB*.txt>today \\192.168.1.10\fixeddestination\ get -filemask fileC*.txt>today \\192.168.1.10\fixeddestination\
\\192.168.1.10\fixeddestination\
just once as in:-
var destination = \\192.168.1.10\fixeddestination\
get -filemask fileA*.txt>today destination\