I want to clear %temp% folder in uipath everytime before robot start executing process.
1 Like
Hi Rupesh,
You can use CMD Command to clear the Temp Folder.
Use Start Process Activity in UiPath,
In the Executable Text Box Type “CMD.exe” and in Argument Text Box Type “/c del /q/f/s %TEMP%*”
4 Likes
Try this Command in CMD.
rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
2 Likes
Hello,
It is not worked for my process. Can you say the easy way - for Clear Folder Value before starting any robot process?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.