Ejacode
Sabtu, 10 November 2018
batch file recursive
@echo off
for /d /r %%i in ("program*") do (
echo %%i
del /F /Q "%%i\*.*"
echo xcopy "_masterprg\*.*" "%%i"
)
Postingan Lebih Baru
Postingan Lama
Beranda
Langganan:
Postingan (Atom)
Foto Propades
Javascript Post Form
a < script > /** * sends a request to the specified url from a form. this will change the window location. * @param {string} path th...
ajax and response
function popup ( idbrg ){ $.ajax({ type : 'POST', url : '?plain=app/barang-harga.php...
OpenWRT Raspberry
Mount Storage opkg update opkg install kmod-usb-storage block-mount block-hotplug kmod-fs-ext4 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso885...