Batch file to move files
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
- Labels:
- Run Command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
nvm got it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can you share how you did it? I can't get it to work for network shared folders.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Move \\UNC_DISK\bla\Temp\New folder - Copy\*.xlsx \\UNC_DISK\bla\Done Temp
make sure you're using the UNC path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks! I'll try that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I've tried that but no luck. Is there any other way?
My command= Move \\fna3\\Alteryx\OldFiles\*.txt \\fna3\Alteryx\ProcessedFiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, How to move the file from folder to another folder.?
