Welcome to Anything Forums! We are a general discussion forum that believes in freedom of expression and aim to provide a low moderation (within reasonable means) environment to discuss any topic. If you want to join, simply click HERE to be taken to our account management system where you can make an account. If you had an account at iceteks.com, anythingforums.com, uovalor.com or uogateway.com in the past it has been transfered over and you can simply do a password reset.
Computer builds, hardware and software discussion or troubleshooting, including peripherals. Essentially a general place to talk about desktop computers.
hey im new to turing and i was wondering what the code to open command prompt with turing is. once i find out what the code is i should be able to figure out turing in no time through experimentation. hope you guys can help
thanks!
Archived topic from Iceteks, old topic ID:3227, old post ID:26251
You mean to open the dos prompt so that u can compile a program? if so, you go to the start menu under RUN and type in command.com. That'll bring you into DOS mode. Once there, type in the located path of the turing.t file u want to compile: For example:
C:TURING[code]
Once there, type the words compile (and the name of the file u want to compile)
[CODE]C:TURING compile program.t
The .t part is of course only used if u saved it as that extention. This method only works if you are using the DOS version of turing. If you are using Object Oriented Turing, there is an option on the menu bar that allows you to compile without writing the DOS commands (My, haven't we gotten lazy)
[color=#888888][size=85]Archived topic from Iceteks, old topic ID:3227, old post ID:26257[/size][/color]