ok so im trying to send the parameters "app" "version" and "file" to my batch file that will copy file from the app/version folder on the network, but i cant seem to pass the prams correctly can some one help me
i tried this system("xfer.bat app version file");
but i just end up opening the batch file and passing the words app version and file not the values collected before hand