Run Command
-
Hi All , how can i run that winrar command from my code the following is an example of that command
winrar a D:\First.rar D:\first.txt
i made it run from Startmenu-->Run i tried to run it usingSystem.Diagonistic.Process
but it always fail because it ecpect to find a flie that can be opened can you help me to find any way thank you, Shady -
Hi All , how can i run that winrar command from my code the following is an example of that command
winrar a D:\First.rar D:\first.txt
i made it run from Startmenu-->Run i tried to run it usingSystem.Diagonistic.Process
but it always fail because it ecpect to find a flie that can be opened can you help me to find any way thank you, ShadyYou'll have to find where winrar.exe is stored on your computer and then give
Process.Start()
the full path. mav -
You'll have to find where winrar.exe is stored on your computer and then give
Process.Start()
the full path. mav -
Dear mav.northwind , i tried what you sent me but the same error appeared and that what i typed :
Process.Start(@"C:\WinRAR\WinRAR a D:First.rar D:first.txt");
You have to seperate the arguments (there is a property for that),and need to specifiy the full path of the filename, including the extention. top secret
Download xacc-ide 0.0.3 now!
See some screenshots