
Port from New-CLI repo with MVS working. Changed naming from Openstack to OpenStack across the board to match API.. Trying to comit Change-Id: I575d847e38c903e1ae308b55d0f0768bd33fa7e1
14 lines
806 B
Plaintext
14 lines
806 B
Plaintext
|
|
=====================================================================================================================
|
|
ACTION REQUIRED : Change the DocPath Variable below to reflect your Personal Documents Folder..
|
|
=====================================================================================================================
|
|
set DocPath=C:\Users\Travis\Documents
|
|
|
|
md %DocPath%\WindowsPowershell\
|
|
md %DocPath%\OS\
|
|
md %DocPath%\OS\
|
|
|
|
copy ..\..\.\Deployment\DevProfile.ps1 %DocPath%\WindowsPowershell\Microsoft.PowerShell_profile.ps1
|
|
copy ..\..\.\Deployment\OpenStack.config %DocPath%\OS\OpenStack.config
|
|
copy ..\..\.\Deployment\OpenStack.Client.Powershell.dll-Help.xml %DocPath%\OS\OpenStack.Client.Powershell.dll-Help.xml
|