You don't have an account yet?
Become part of our PHP community and register now...
$fh = fopen("datei.bat", "w"); fputs ($fh, "cd \"" . $dirdata. "\"\n"); [. . .] fclose($fh);
Comment