I'm currently trying to have a part of my installer Share MyFolder on the Network to Everyone with FULL access. Each of my clients that I will run this on could have MyFolder on the C Drive or D Drive or whichever Data Drive they wanted MyFolder set up on.
Now the issue I'm running into is when I run my code to test it, all it does it open CMD and doesn't put my arguments in place and run. Code Below.
Am I missing something in my above code that's causing my arguments not to work?
If it won't work this way, is there any way to run these cmd lines without having to create entire Bat files with Variables?
There are several CMD Lines I'm having to run at different times during the installer and I would LOVE to have a way to do this without adding 100 Primer Files to my installer.
Thank you for the help!
by the way, this is the most helpful forum on the internet!
Now the issue I'm running into is when I run my code to test it, all it does it open CMD and doesn't put my arguments in place and run. Code Below.
Am I missing something in my above code that's causing my arguments not to work?
If it won't work this way, is there any way to run these cmd lines without having to create entire Bat files with Variables?
There are several CMD Lines I'm having to run at different times during the installer and I would LOVE to have a way to do this without adding 100 Primer Files to my installer.
Thank you for the help!
by the way, this is the most helpful forum on the internet!
Comment