Search results for query: *

  1. D

    Opening other files

    it still says batchfile1 is not declaed, what do i declare it as? if possible could you post some sample code
  2. D

    Opening other files

    right... im not sure that the process.start() works, how would it work with a batch file say the file were in C:\batchfile1.bat for simplicitys sake. How would i go about running this file. Would it go some thing like: process.start(batchfile1.bat) or is it more complex, because i just...
  3. D

    Opening other files

    ok thanks, i'll see if it works
  4. D

    Opening other files

    right... what i want to do is click a button and it run another file that is already on the harddisk, how can i do this? Could someone please post some sample code. I dont know if its relevant but the files i want to run are batch files. Thankyou.
Back
Top