Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I try to delete the CSV files in particular folder using Execute command but it is not deleting.
The following scenarios which I tried,
S1:
EXECUTE CMD.EXE /C del "$(v_Fldr_MTR_RDG_CSV)COMED_MTR_RDG_*.csv";
EXIT Script;
S2:
EXECUTE CMD.EXE /C del "$(v_Fldr_MTR_RDG_CSV)COMED_MTR_RDG_*.csv";
EXIT Script;
S3:
EXECUTE CMD.EXE /C del "..\..\..\Shared\Shared_Common_Files\Static_Data\COMED_MTR_RDG_*.csv";
EXIT Script;
Also I have enabled the below options
Note: The variable contains folder path location ..\..\..\Shared\Shared_Common_Files\Static_Data\
When I run the above script in QMC it is deleting.
Thanks,
Lawrance A
Did you try without the quotes, it worked for me without Quotes. Just checking.