Andrew
2011-05-11 10:21:11 UTC
Hi,
We have a requirement from our SAP Team to create a batch file which
will copy the SAP contents on users profile by creating a folder SAP
For XP: C:\documents and settings\%username%\Application Data\SAP
For Windows 7: C:\users\%username%\appdata\roaming\Sap.
I created a below batch file but unable to copy the contents on excat
location.
copy Test.xml C:\"documents and settings"\"%username%"\appdata\roaming
\sap
copy text.xml C:\users\"%username%"\"application data"\sap
Can you please assist me creating a batch file.
Thanks
Andrew
We have a requirement from our SAP Team to create a batch file which
will copy the SAP contents on users profile by creating a folder SAP
For XP: C:\documents and settings\%username%\Application Data\SAP
For Windows 7: C:\users\%username%\appdata\roaming\Sap.
I created a below batch file but unable to copy the contents on excat
location.
copy Test.xml C:\"documents and settings"\"%username%"\appdata\roaming
\sap
copy text.xml C:\users\"%username%"\"application data"\sap
Can you please assist me creating a batch file.
Thanks
Andrew