Closed xp4xbox closed 7 years ago
caused by having wx9popen.exe in the same directory.
Since this code here: $strFileName = get-childitem -Filter *.exe $WINDIR\$strFileDir
$strFileName = get-childitem -Filter *.exe $WINDIR\$strFileDir
$strFilePath = $strFileName.FullName
looks for all .exe which was used when singlefile was used.
caused by having wx9popen.exe in the same directory.
Since this code here:
$strFileName = get-childitem -Filter *.exe $WINDIR\$strFileDir
$strFilePath = $strFileName.FullName
looks for all .exe which was used when singlefile was used.