Topic: Problem using WinBuilder082.exe from command line  (Read 1321 times)

Problem using WinBuilder082.exe from command line
« on: January 15, 2016, 06:11:59 PM »

apinux

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Nov 2011
  • Posts: 52
I have a problem trying to build my Win7PE SE project via the command line using WinBuilder082.exe

I am using the following script but WinBuilder082.exe just opens full screen and does nothing.

Any ideas why this is not working.

Thanks!

Code: [Select]
@echo off
cd /d "%~dp0"

set BaseDir=%~dp0
set BaseDir=%BaseDir:~0,-1%
set ISOType=Full_CD
set ISODate=%Date:~6,4%_%Date:~3,2%_%Date:~0,2%
set ISOFile=MultiBoot%ISOType%_%ISODate%.iso
set SourceDir=WIN7_EN_SP1

"%BaseDir%\WinBuilder082.exe" /run="%BaseDir%\Projects\Win7PESE" /title="Win7PESE" /target="%BaseDir%\Target\Win7PESE" /ISO="%BaseDir%\ISO\%ISOFile%" /source="%BaseDir%\Source\%SourceDir%"


Re: Problem using WinBuilder082.exe from command line
« Reply #1 on: January 15, 2016, 06:13:57 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
same problem you already know with 77rc2

probably same fix required, let me know (pm)  :wink:

Re: Problem using WinBuilder082.exe from command line
« Reply #2 on: January 23, 2016, 02:41:20 PM »

apinux

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Nov 2011
  • Posts: 52
Thanks again Lancelot!

I will look at this further when I have a couple of hours to spare.
« Last Edit: January 23, 2016, 02:42:09 PM by apinux »

 

Powered by EzPortal