Click here to Skip to main content
15,889,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to use multiple ressources for my azure web service (cloud) project. It is necessary to push my dll in %SystemRoot%\System32 or to set up the current path in environment variable.

I try to use a Startup.cmd in Startup Task (ServiceDefinition.csdef):

setx path %path%;%CD%

xcopy mydll.dll %SystemRoot%\System32

EXIT /B 0

But nothing works.

Do you have any idea?

Thank you
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900