Browse Source

uniq bat filename (for parallelism)

master
Denis Ryabov 11 years ago
parent
commit
528edd3bfd
  1. 2
      twisterpost.php

2
twisterpost.php

@ -150,7 +150,7 @@ class TwisterPost
protected function exec_win($cmd, &$output = null, &$return_var = null) protected function exec_win($cmd, &$output = null, &$return_var = null)
{ {
$tempfile = '_php_exec.bat'; $tempfile = uniqid().'_php_exec.bat';
$bat = "@echo off\r\n" $bat = "@echo off\r\n"
. "@chcp 65001 >nul\r\n" . "@chcp 65001 >nul\r\n"

Loading…
Cancel
Save