阅读背景:

在php中创建批处理文件以解压缩多个文件

来源:互联网 

Here is my code which works:

这是我的代码有效:

<?php

$string = "e:
cd randomddirectory
unzip -o 84557".date("ymd")."*.zip -d Extracted";

file_put_contents("extract.bat", $string);

?>
<?ph



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: