Hi,
another problem! (I hope to be luckier this time).

Can anyone help me to convert these instruction so that they can work on
Win2k/EasyPhp?

system ("mv index.html main.html");
system ("cp -R $system_root/export/templates/*
$kurs_home_path/$kid/modules",$x);
system("chmod +r $path2/$filnamn",$x);
exec("zip -r $filnamn.tgz *",$x);
exec("mv $filnamn $system_root/export/static/");
exec("rm -rf *.html img");
exec("rm -f export_data.php");
exec("cp index.html index.bak",$x);
passthru("cp $path/$v $path2/$filnamn",$x);
passthru("mv $userfile $path2/$filnamn",$x);
passthru("unzip $userfile_name");

Thanks a lot,
Nino


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to