I want to run a program through dos(or the dos prompt), but the command is sent through vb...it needs to run a program with parameters....i tried shell....but it didn't work right...
specifically the program is:Mo`Paq 2k
with this code
Shell ("C:\program files\starcraft\mpq2k.exe e " & strfilename & " staredit\scenario.chk")
