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
Menghapus Situs Blogspot
Tutorial ini menjelaskan bagaimana menghapus blog di blogger. Pertama, anda harus login ke blogger.com, kemudian pilih blog yang hendak anda...
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...