i can use prompt commands inside my app ?

Advanced game related topics
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 627
Joined: Fri Dec 04, 2015 9:26 pm

i can use prompt commands inside my app ?

Post 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 ?
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: i can use prompt commands inside my app ?

Post by RSBasic »

Image
Image
infratec
Always Here
Always Here
Posts: 6817
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: i can use prompt commands inside my app ?

Post by infratec »

Or with RunProgram()

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