Opening and running standalone win32 exe's with c++

i hav a prob, if a condition is satisfied- the compiler shud run an exe. i used the system() and the error is:

Linker Warning: No module definition file specified: using defaults
Linker Error: Undefined symbol _system in module NONAME00.CPP

is there any other way?
PS. IM using turbo c++ 4.5
Last edited on
system()
Not the best idea. Better look into WinAPI.
turbo c++ 4.5
It is almost 8 years old. It is a possibility that problem is with compiler, but I cannot say for sure without seeing code first.
Topic archived. No new replies allowed.