Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Batch file to move files

jbravman_
8 - Asteroid

Hi 

 

So i have a workflow that intakes x amount of files. it can be 1-infinity. xlsx, scrapes them for their data and then does its magic.

 

I want to get a run cmd/batch file at the end to move the files one they're passed thru the workflow to another folder location. Both locations are on the shared network.

 

\\disk21\dept\Alteryx\Project- abc123\Inputfiles\xlsx\

\\disk21\dept\Alteryx\Project- abc123\Inputfiles\xlsx\Done

5 REPLIES 5
jbravman_
8 - Asteroid

nvm got it 

msalcido
6 - Meteoroid

Can you share how you did it? I can't get it to work for network shared folders.

jbravman_
8 - Asteroid

Move \\UNC_DISK\bla\Temp\New folder - Copy\*.xlsx \\UNC_DISK\bla\Done Temp

 

 

make sure you're using the UNC  path 

msalcido
6 - Meteoroid

Thanks! I'll try that.

AnandKumar1
8 - Asteroid

Hi,

 

I've tried that but no luck. Is there any other way?

 

My command= Move \\fna3\\Alteryx\OldFiles\*.txt  \\fna3\Alteryx\ProcessedFiles

Labels