i actily wrote a program and i faced a problem right now what i need is that a program that copy a file with address below:
C:\Windows\System32\telnet.exe
and paste it in user desktop
please give me your whole code with libraries you added
i tried SYSTEM() to do it but it didnt work cause c++ cmd is in shell mode that mean program know himself as C:\ address so when u say c\windows\system32 program try to find this folder in where program directory is
if u want know why i need this code this is the topic that i created before