-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInstallRemoteFiles.ps1
More file actions
9 lines (8 loc) · 1.45 KB
/
InstallRemoteFiles.ps1
File metadata and controls
9 lines (8 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
Copy-Item -force -Path '.\Maps\Native Instruments\Komplete Kontrol MCU.remotemap' -Destination 'C:\ProgramData\Propellerhead Software\Remote\Maps\Native Instruments\'
Copy-Item -force -Path '.\Maps\Native Instruments\Komplete Kontrol S61 MK2.remotemap' -Destination 'C:\ProgramData\Propellerhead Software\Remote\Maps\Native Instruments\'
Copy-Item -force -Path '.\Codecs\Lua Codecs\Native Instruments\Komplete Kontrol MCU.lua' -Destination 'C:\ProgramData\Propellerhead Software\Remote\Codecs\Lua Codecs\Native Instruments\'
Copy-Item -force -Path '.\Codecs\Lua Codecs\Native Instruments\Komplete Kontrol MCU.luacodec' -Destination 'C:\ProgramData\Propellerhead Software\Remote\Codecs\Lua Codecs\Native Instruments\'
Copy-Item -force -Path '.\Codecs\Lua Codecs\Native Instruments\Komplete Kontrol MCU.png' -Destination 'C:\ProgramData\Propellerhead Software\Remote\Codecs\Lua Codecs\Native Instruments\'
Copy-Item -force -Path '.\Codecs\Lua Codecs\Native Instruments\Komplete Kontrol S61 MK2.lua' -Destination 'C:\ProgramData\Propellerhead Software\Remote\Codecs\Lua Codecs\Native Instruments\'
Copy-Item -force -Path '.\Codecs\Lua Codecs\Native Instruments\Komplete Kontrol S61 MK2.luacodec' -Destination 'C:\ProgramData\Propellerhead Software\Remote\Codecs\Lua Codecs\Native Instruments\'
Copy-Item -force -Path '.\Codecs\Lua Codecs\Native Instruments\Komplete Kontrol S61 MK2.png' -Destination 'C:\ProgramData\Propellerhead Software\Remote\Codecs\Lua Codecs\Native Instruments\'