I have a batch to rename folder. How would I know if the renaming is successful as I will not be present there always. My batch file is as follows:
@echo off
ren "C:\Program Files (x86)\Application Folder" "AppFolder"
I am using C# code to run it using Process.Start(); Thanks for help.
So I am very new in batch file processing. And its a privilege to help someone.
Hope it helps.