CopyFile help
-
Ok so basically i was wondering if it is possible to have a program copy itself into every directory on the system. If it is possible can you please post the source code -Ryan M.
-
Ok so basically i was wondering if it is possible to have a program copy itself into every directory on the system. If it is possible can you please post the source code -Ryan M.
Sure it probably is, baring security! :eek:But there is no ligitiment reason for doing so. INTP
-
Sure it probably is, baring security! :eek:But there is no ligitiment reason for doing so. INTP
yeah i figured that. My friend was trying to do that and i looked at his source code and it wouldn't even compile so that is why i asked this question -Ryan M.
-
yeah i figured that. My friend was trying to do that and i looked at his source code and it wouldn't even compile so that is why i asked this question -Ryan M.
I'm curious. What purpose, nefarious or otherwise, does it serve to copy an .EXE to every directory on a machine? It's not an action that does anything dangerous to the machine. The only detrimental affect it has is to eat up disk space, and annoy the user who has to go clean the damn thing up.
Software Zen:
delete this;
-
I'm curious. What purpose, nefarious or otherwise, does it serve to copy an .EXE to every directory on a machine? It's not an action that does anything dangerous to the machine. The only detrimental affect it has is to eat up disk space, and annoy the user who has to go clean the damn thing up.
Software Zen:
delete this;
yea there is no legitamite reason for this. Well it does eat up disk space and it is a pain to clean up but i was just wondering if it was even possible to do this. -Ryan M.