I'm new user of this forum. i want to ask my problem. what is command in windows if i have these commands in linux ?
first command :
if (!is_dir('geoip')) mkdir('geoip', 0744);
shell_exec('unzip -oj GeoLiteCity.zip -d geoip/');
Second command :
shell_exec('rm -rf geoip/');
what are those commands in windows? thanks for the help. sorry for my english.