J
Jack
Hi folks,
These system calls work find in the .pl world, but in IIS when
Perlscript is running inside of an ASP webpage, nothing happens. I
changed the folder properties under IIS to give "script source access"
and added "write" permissions, but still it doesnt seem to work.. any
ideas out there ?
$syscall0 = "move e:\\tmp\\file1.jpg e:\\file1.jpg ";
system("$syscall0");
Thank you,
Jack
These system calls work find in the .pl world, but in IIS when
Perlscript is running inside of an ASP webpage, nothing happens. I
changed the folder properties under IIS to give "script source access"
and added "write" permissions, but still it doesnt seem to work.. any
ideas out there ?
$syscall0 = "move e:\\tmp\\file1.jpg e:\\file1.jpg ";
system("$syscall0");
Thank you,
Jack