Help
I'm making my first hacks and I need some help.
I have a batch (.bat) file I want to run on button click. I have a command that will do that but it's not working properly. When I debug and click the button it will launch the batch file (.bat) but I get "The system cannot find the file specified". But when I click the batch file myself it works. Help?
C++ Button Code:
Batch File (.bat) Code:
I have a batch (.bat) file I want to run on button click. I have a command that will do that but it's not working properly. When I debug and click the button it will launch the batch file (.bat) but I get "The system cannot find the file specified". But when I click the batch file myself it works. Help?
C++ Button Code:
Code:
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {System::Diagnostics::Process::Start("C:\\MooHacks\\Components\\chams1.bat");
}
Code:
copy /y "C:/MooHacks/Components/TEXTURESCRIPTS.rez" "C:/Nexon/Combat Arms/Game/"



