Author |
Message |
eNc
![](http://members.rogers.com/untouchable-1/aliasjen.gif)
|
Posted: Thu Nov 04, 2004 9:44 pm Post subject: Turing --> CMD |
|
|
Is there a way to make turing execute cmd commands ? |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
|
|
|
![](images/spacer.gif) |
wtd
|
Posted: Thu Nov 04, 2004 9:55 pm Post subject: Re: Turing --> CMD |
|
|
eNc wrote: Is there a way to make turing execute cmd commands ?
You'll want to research Sys.Exec, and look up the help for CMD.EXE.
A hint:
Specifically, look at the /K option. |
|
|
|
|
![](images/spacer.gif) |
eNc
![](http://members.rogers.com/untouchable-1/aliasjen.gif)
|
Posted: Fri Nov 05, 2004 8:16 am Post subject: Re: Turing --> CMD |
|
|
wtd wrote: eNc wrote: Is there a way to make turing execute cmd commands ?
You'll want to research Sys.Exec, and look up the help for CMD.EXE.
A hint:
Specifically, look at the /K option.
omg thanks wtd (ure my hero) so i guess its possible, ill look into it
Btw do you kno what API stands for ? |
|
|
|
|
![](images/spacer.gif) |
Delos
![](http://www.members.shaw.ca/rfolz/delos_avatar.gif)
|
Posted: Fri Nov 05, 2004 12:54 pm Post subject: (No subject) |
|
|
API == application program interface
In other words, the thing you get when you press F10 (in OOT). |
|
|
|
|
![](images/spacer.gif) |
Mazer
![](http://compsci.ca/v3/uploads/user_avatars/1323750815476d9f446d80c.png)
|
Posted: Fri Nov 05, 2004 12:59 pm Post subject: (No subject) |
|
|
Delos wrote: API == application program interface
In other words, the thing you get when you press F10 (in OOT).
That's the turing reference. |
|
|
|
|
![](images/spacer.gif) |
wtd
|
Posted: Fri Nov 05, 2004 2:11 pm Post subject: (No subject) |
|
|
An API is an interface you can use without knowing exactly how the underlying code works exactly.
Consider things like:
code: | View.Set ("graphics:640;480") |
Do you know how that works? But you do know what it does, right? Exactly.
That's an API at work. |
|
|
|
|
![](images/spacer.gif) |
Flashkicks
![](http://www.digital-sat.tv/copperfield67/Avatars/matrix.gif)
|
Posted: Fri Nov 12, 2004 10:50 am Post subject: (No subject) |
|
|
haha- I use tp play with those commands all the sitnkin time- using it to open my Winows Media Player and wutnot. Its a cool thing to use but unfortunately it cant get you access into the C drive at school .. But hay- maybe your school is differnt!! |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
templest
![](http://img.photobucket.com/albums/v251/templest/a8affa62.jpg)
|
Posted: Fri Nov 12, 2004 11:10 am Post subject: (No subject) |
|
|
Flashkicks wrote: haha- I use tp play with those commands all the sitnkin time- using it to open my Winows Media Player and wutnot. Its a cool thing to use but unfortunately it cant get you access into the C drive at school ![Sad Sad](http://compsci.ca/v3/images/smiles/icon_sad.gif) .. But hay- maybe your school is differnt!!
All links to the command prompt are removed from direct access by students, and so are icons for the C:\ drive. Not to mention that it's completely innaccesible through Explorer, period. But I can use turing to load up a command prompt (If you know the exact location of 'cmd.exe') , and the prompt is able to access the C:\ and A:\ drives. ![Silenced Silenced](images/smiles/eusa_silenced.gif) |
|
|
|
|
![](images/spacer.gif) |
Hikaru79
|
Posted: Fri Nov 12, 2004 5:45 pm Post subject: (No subject) |
|
|
At school today, I managed to get "Command Prompt.lnk" onto my desktop using a VB program our comp sci teacher wrote. But when I ran it, I got a message to the effect of "Command Prompt has been disabled on this account by the Systems Administrator"... darn =( So close, yet so far.... |
|
|
|
|
![](images/spacer.gif) |
Andy
|
Posted: Fri Nov 12, 2004 5:48 pm Post subject: (No subject) |
|
|
u can run cmd using c++.. my friend did it last year... i forgot the code tho |
|
|
|
|
![](images/spacer.gif) |
Hikaru79
|
Posted: Fri Nov 12, 2004 5:55 pm Post subject: (No subject) |
|
|
dodge_tomahawk wrote: u can run cmd using c++.. my friend did it last year... i forgot the code tho
Aw, darn That would've come in handy this afternoon. We needed to format a stupid floppy but seeing as Right-click is disabled, command prompt was the only way we could've done it =/ |
|
|
|
|
![](images/spacer.gif) |
|