|
||
|
|
#1 (permalink) | |
|
Newbie
|
I was playing around and decided to try the following code.
Shell("cmd") in a console app , it lets me perform maybe 1 command at best then im back in the console of my project. Any Idea's how to not auto-magically exit?
__________________
Quote:
|
|
|
|
|
|
|
#3 (permalink) | |
|
Forum Expert
Join Date: Sep 2002
Age: 23
Posts: 1,472
|
Quote:
Code:
Shell("cmd /k command_name_here");
//Example:
Shell("cmd /k ping google.com");
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|