How to delete .xlsx.bak 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
Hello,
I need some help in in removing / deleting the .xlsx.bak files, which I get as an ad-hoc when I ran the WF. I have to run around 200 files and creating this .xlsx.bak is redundant.
Thanks
Naga
Solved! Go to Solution.
- Labels:
- Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Just create a text file and type the code given below -
del "YOUR FOLDER FULLPATH\*.xlsx.bak"
Save this file with the windows batch file extension (.bat)
eg: bakFileDelete.bat
You can now double click on this .bat file to delete the .bak files after your Alteryx Workflow has been executed OR you can use RUN COMMAND TOOL in your Alteryx Workflow itself and configure the tool to run the above mentioned .bat file automatically.
Link to RUN COMMAND TOOL in Alteryx Documentation - https://help.alteryx.com/20214/designer/run-command-tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Naga , Just give a look here - What is bak file used for? - Alteryx Community
Hope this helps ....Thanks:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Naga Thanks for accepting as a solution .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have this issue with bak files on a SharePoint site. What would the pathway be like to have it go into the SharePoint site to delete the bak files in there?
