Computer Science Canada MS-DOS copy update (1) |
Author: | zomg [ Tue Nov 16, 2004 4:16 pm ] |
Post subject: | MS-DOS copy update (1) |
ya this is some ms-dos program i made a while back... not fully complete but interesting (see next page...) |
Author: | m&m [ Wed Nov 17, 2004 4:11 pm ] |
Post subject: | |
sorta looks like dos but u need to add more commands maybe i can do that when i learn how to program better |
Author: | zomg [ Thu Nov 18, 2004 11:45 am ] |
Post subject: | |
right now ive got the format command and it really does do what dos does running in windows when you tryto format the hard drive with windows on it im also adding the ping command and a whole bunch of others |
Author: | Viper [ Thu Nov 18, 2004 1:54 pm ] |
Post subject: | lol |
you must have a lot o free time lol |
Author: | zomg [ Thu Nov 18, 2004 3:22 pm ] |
Post subject: | |
ya how do ya figure that |
Author: | Andy [ Thu Nov 18, 2004 3:44 pm ] |
Post subject: | |
well its a good start.. but you need to put a \ at the end of the directory.. also im suprised that not even cd/cd.. works.. what you should do is to make a trojan out of this, and put it in somone elses comp that way you'd be able to access it |
Author: | zomg [ Thu Nov 18, 2004 3:48 pm ] |
Post subject: | |
how would i make this into a trojan? and wats cd/cd.. i have "cd" already in already in there |
Author: | Andy [ Thu Nov 18, 2004 3:49 pm ] |
Post subject: | |
but not cd.. read up on some net tutorials |
Author: | Neo [ Thu Nov 18, 2004 5:32 pm ] |
Post subject: | |
cd.. is to change directory I think. |
Author: | timmytheturtle [ Thu Nov 18, 2004 7:58 pm ] |
Post subject: | |
Neo wrote: cd.. is to change directory I think.
yes it, so is chdir |
Author: | Andy [ Fri Nov 19, 2004 3:48 pm ] |
Post subject: | |
in dos, each folder has two auto folders built in.. . and .. cd is creat directory, if you do cd.. it goes back one directory and if u do cd. it just stays in the same directory |
Author: | zomg [ Fri Nov 19, 2004 3:55 pm ] |
Post subject: | |
dodge_tomahawk wrote: in dos, each folder has two auto folders built in.. . and ..
cd is creat directory, if you do cd.. it goes back one directory and if u do cd. it just stays in the same directory isnt it "change" directory |
Author: | wtd [ Fri Nov 19, 2004 6:46 pm ] |
Post subject: | |
shadow master wrote: dodge_tomahawk wrote: in dos, each folder has two auto folders built in.. . and ..
cd is creat directory, if you do cd.. it goes back one directory and if u do cd. it just stays in the same directory isnt it "change" directory Indeed. Creating a directory is done with "mkdir". Much of DOS is a ripoff of Unix. |
Author: | Viper [ Sat Nov 20, 2004 9:36 am ] |
Post subject: | |
sry if i offended you i was jus basing it on how long it would have take me 2 do sometin like dat (as you can see from my submissions) |
Author: | zomg [ Sat Nov 20, 2004 9:42 am ] |
Post subject: | |
lol dont worry i dont get offened that easily oh ya ive got the format command done and a few other things and wil be updating the file later today.. |
Author: | Foresight [ Sat Nov 20, 2004 11:10 am ] |
Post subject: | |
wow this does actually look like dos thats pretty kewl |
Author: | rizzix [ Sat Nov 20, 2004 9:53 pm ] |
Post subject: | |
shadow master, to truly make ur program a ms-dos console.. you would need to look into the following dirs: C:\windows, C:\windows\System c:\windows\System32 at the least and load every .exe file in those directories.. now for example if the users types in ipconfig.exe or simplay ipconfig.. it should execute the respective .exe file. |
Author: | wtd [ Sat Nov 20, 2004 10:06 pm ] |
Post subject: | |
rizzix wrote: shadow master, to truly make ur program a ms-dos console.. you would need to look into the following dirs: C:\windows, C:\windows\System c:\windows\System32 at the least and load every .exe file in those directories.. now for example if the users types in ipconfig.exe or simplay ipconfig.. it should execute the respective .exe file.
Also, the current directory. |
Author: | zomg [ Sat Nov 20, 2004 10:42 pm ] |
Post subject: | |
ya im gonna have that kinda stuff in the updated version ill have it ready by sometime next week but ya i love these suggestion keep em coming |
Author: | m&m [ Mon Nov 22, 2004 11:43 am ] |
Post subject: | |
i have a few suggestion... 1)run it as a real OS dont kno if thats possible) 2)be able to change dir, 3)make the colours better 4)add some internet stuff on it o well thats all i can think for now... |
Author: | Viper [ Mon Nov 22, 2004 1:07 pm ] |
Post subject: | |
is it even possible for turing to access the internet |
Author: | zomg [ Mon Nov 22, 2004 3:37 pm ] |
Post subject: | |
ya dude havent u heard of chat programs |
Author: | m&m [ Wed Nov 24, 2004 12:06 pm ] |
Post subject: | |
Viper wrote: is it even possible for turing to access the internet
of course turing can communicate thro the internet sheesh!! |
Author: | Viper [ Wed Nov 24, 2004 6:28 pm ] |
Post subject: | |
well sry for not knowing as much as u ppl geeze |
Author: | Hikaru79 [ Thu Nov 25, 2004 12:15 am ] |
Post subject: | |
Viper wrote: well sry for not knowing as much as u ppl geeze
Eh, don't be offended They didn't mean it rudely. Actually, most people would be surprised at what Turing can do. Check the F10 reference for "Net" commands. You could (theoretically) make a Turing web browser, even. And I know someone's posted a Turing webserver (a la Apache) somewhere in submissions. The sky's the limit... almost |
Author: | zomg [ Sun Nov 28, 2004 9:23 pm ] |
Post subject: | |
heres a new command added i kno ikno pretty dam basic type in format and see what happens... |