is there any way to hidden the procedure performed by the program which is the system("") command?

e.g.
i have a sentence :

system("map delete m:");

when i run the program, "map delete m:" will pop up in the dos prompt... is there ay way to hidden that?

thank you for helping.