Hi everyone,
I have a question with run command tool and if I can get help from you guys, I will be appreciated!
I found a answer from https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Renaming-files-at-system-level/td-p/370717?lightbox-message-images-370911=55535i0C7EBCCD88A4F6B1 about how to rename a file
What I wrote in cmd is: 'ren '+[Directory]+[FileName]+' '+'PROCESS-'+[FileName] to rename the file.
However, I just realize there is space in the path so there is always an error 1 message. I've attached an example for the path,folder and file.
Path:C:\2021 Inventory\Fresh Fruit\Apple
Folder:September 2021(changed based on moth)
File: apple sale_11_08_2021.xlsx(changed based on day)
What I expect is PROCESSED-apple sale_11_08_2021.xlsx after processing.
If I can get some advice for how can I make it work, I will be appreciated!