Mapname = TextBox1.Text
If ComboBox1.Equals("levels") Then Shell("tool.exe build-cache-file levels\Mapname\Mapname") Else Shell("tool.exe build-cache-file levels\test\Mapname\Mapname")
ok.I want that where it say Mapname to be the same text like in the TextBox1.Its hard to describe but Mb you can figure it out.
