How to pass command to command prompt without opening the prompt window ?
As we know by passing the command through batch file we can able to execute our java application just by double clicking the batch file.But our cmd prompt is opened in that case.
So i just want to pass the command to command prompt without opening the cmd prompt window.So how to make such like a batch file ?
Is there any function in c or c++ by which we can able to pass our command to command prompt ?