Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have some qvd's in various folder and i want to copy it into another folder.The qvd should copy dynamically through script.
If qvd has space in between there name that qvd could not copy so what should be the way to copy that qvd too?.Please help me on it.
DATA:
Load * Inline
[
Audit_QVD
E:\Data\Product.qvd
E:\Data\Sap\Product_SAP.qvd
D:\SAP_BW\Billing_Master.qvd
D:\SAP_BW\Supplier Chain.qvd
];
Here source folder Should be Audit qvd column and I want to paste it into destination folder E:\Audit\ folder.is it possible?
I want to write a code into script.So how to write it into scriptlevel with for loop. I can not use batch file as per user requirement.
Thanks in advance,
stalwar1
Remove files with space by WHERE clause or set flag, then:
EXECUTE cmd.exe /C CP '[from]' '[to]'