PHP เปิดโฟลเดอร์ + batch file เปิดโฟลเดอร์
คำสั่ง exec น่าจะได้นะครับ
<?php
echo exec(‘filecommand.bat’);
?>
ref :
โค๊ด: [Select]
http://php.net/manual/en/function.exec.php
java script ทำได้
โค๊ด: [Select]
window.open('C:/appserv/testfolder','mywindow','width=400,height=200,left=0,top=100,screenX=0,screenY=100')