FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Wpkg.cmd

Merged Mr Chris B Mortimer requested to merge wpkg.cmd into master
+ 2
0
@@ -18,6 +18,8 @@ if /i "%WPKGLOGDIR%"=="" echo.The value of %%WPKGLOGDIR%% is blank, not allowed&
if NOT exist %WPKGLOGDIR% mkdir %WPKGLOGDIR%
net use * %WPKGSHAREBASE% /user:%WPKGSOFTWAREUSER% %WPKGSOFTWAREPASSWORD% >nul 2>&1
dir "%WPKGSHAREBASE%" >nul 2>&1
if ERRORLEVEL 1 echo.Failed to see IFS files, not allowed&exit /b
if exist "%programfiles(x86)%" (goto 64bit) else (goto 32bit)
Loading