Hi, how is the system function done? Atm I am doing it like this:
invoke ShellExecute, NULL, addr szopen, addr cmdexe, addr szparams, NULL, SW_SHOW
But it requires the program to know the persons homedrive. Is there a system(); function that can be used in assembly? If so, what library does it require? and what are it's parameters.
My code would preform faster if it did not have to get the users homedrive, so is there a system(); function like the one their is in C++, that can be used in mASM?