Page 1 of 1

i can use prompt commands inside my app ?

Posted: Mon Feb 29, 2016 7:23 pm
by skinkairewalker
hi everyone , can i use prompt commands in windows ?
example > my app can use "cd" comand without open cmd.exe

i can do this ?

Re: i can use prompt commands inside my app ?

Posted: Mon Feb 29, 2016 7:25 pm
by RSBasic

Re: i can use prompt commands inside my app ?

Posted: Thu Mar 17, 2016 4:11 pm
by infratec
Or with RunProgram()

But since 'cd' is a shell command you need to start cmd.exe with /k cd.