Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi every one,
I have files in one folder have to move files to another folder.I used command as follows
Execute cmd.exe /C Move $(FilePath) $(vFilPathProceed) but its not working file ..
Please help me...
Thanks,
Make sure that the Can Execute External Program option on the Settings tab is enabled. And if your paths contain spaces or other special characters you may have to enclose them in double quotes.
Make sure that the Can Execute External Program option on the Settings tab is enabled. And if your paths contain spaces or other special characters you may have to enclose them in double quotes.
Hi Gysbert,
I enable execute external program option in setting tab.still i did not get proper result.
Thanks,
Hi Gysbert,
I am getting files frome one folder to another folder.
Thanks,
Hi #chandini_c
Did you have permissions in your folders? or maybe the file is open and that's why you could not move the files.
I enabled the external program option and it works perfect
Best
Eduard