wintriallab/windows_81_x86/postinstall.bat
Micah R Ledbetter 5b5cc98dd3 MY PACKER SHIT WORKS!!
- Remove all scripts I'm not using
- (All scripts still in legacy-packer-windows folder tho)
- Postinstall PS module now does EVERYTHING that old scripts were doing
- Eliminate need for SSH altogether
2015-09-23 11:48:36 -05:00

7 lines
269 B
Batchfile

set POWERSHELL=%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe
set POSTINSTALLSCRIPT=C:\PackerTemp\postinstall\postinstall.ps1
dir C:\
dir C:\PackerTemp
dir C:\PackerTemp\postinstall
%POWERSHELL% -NoLogo -NoProfile -NonInteractive -File %POSTINSTALLSCRIPT%