This instructable has been removed by the author.
28
comments
|
Add Comment
|
Jan 27, 2009. 2:08 PMfwjs28
says:
wait.....your planning on making an OS!?!?!?! definitely tell me when you publish it.....i want to test it!....
Jan 28, 2009. 7:19 AMTATcreator (author)
says:
It will actually be a graphical C++ program that runs in a window on your desktop, like the software on parallels.com.
Jan 28, 2009. 7:55 AMfwjs28
says:
sweet nuggets! like i said....ill test the beta stagfe for it if you want/need some testers
I think it only fair on the original author to mention that the bulk of the tutorial came from http://www.cplusplus.com/.
Jan 27, 2009. 8:02 AMTATcreator (author)
says:
This is true. We want to make it clear that half of the credit goes to him, but there was no licence or copyright on the tutorial.
As a matter of fact, there is. It's on the bottom of every page. If you're going to be using so much material from their site, you should get an OK from them and cite them in the intro.
Jan 28, 2009. 7:12 AMTATcreator (author)
says:
Thank you for that information, we will do that right now!
I contacted cplusplus and they asked us to remove this Instructable. It will be deleted later today.
Jan 27, 2009. 8:05 AMTATcreator (author)
says:
And also let us state that we reccomend never printing the tutorial, because the text alone would print in at least 250 pages, much less the pictures.
Jan 27, 2009. 5:14 PMbengerszewski
says:
I'm actually going to print it, because i think it will be easier to read that way, but it is "only" 78 pages. and that is including the pictures.
Jan 28, 2009. 7:17 AMTATcreator (author)
says:
Really? When we printed it, we discluded the pictures ant it turned out to be 256 pages, which took 15 minutes to print even on our heavy-duty office copier.
Jan 31, 2009. 11:59 PMbengerszewski
says:
thats odd.... it was only 78 for me! guess its different for everyone... i opened it in adobe reader then printed... maybe that made the difference
Jan 26, 2009. 10:22 PMphant0m_sp00f3ra
says:
OMFG you sir have IMHO the best ible in this whole place
Jan 27, 2009. 4:33 PMphant0m_sp00f3ra
says:
EDIT: Again, OMFG you my mates, have the best ible in this whole place. I'm very very proud to be part of a community with members as you, Thanks for the time to write this, you made it easy and clear, Keep up the gr8 work
Jan 27, 2009. 12:40 AMrac83
says:
just for information... you say batch is related to cmd.exe May you just say batch means the processing of sequential commands so its not MS related...
Jan 27, 2009. 8:57 AMTATcreator (author)
says:
MS-DOS (In the older times) ran these commands, and back at that time the "batch" language was actually considered an official programming language. The MS-DOS file does not actually exist, because it is windows itself. The closest thing, however, is located in your home drive. It is a file that is called "MSDOS.sys" and registeres as 0 bytes. If you run this batch program as administrator, you can see the file.
@echo offcolor 17:prevclsecho.echo Welcome to TAT hidden file unmasking bomb.echo.echo Example path: C:\Windows\system32\echo.set /p spath=Please type the path of the files you want unhidden:cd %spath%echo.:startclsecho.echo Workingping localhost -n 2 > nulclsecho.echo Working .ping localhost -n 2 > nulclsecho.echo Working . .ping localhost -n 2 > nulclsecho.echo Working . . .ping localhost -n 2 > nul:endclsecho.attrib -s -r -h c:*.*echo.echo Process completed. If any filesecho are displayed above, they could not be changed.echo.set /p choice=Unhide the contents of another folder? yes or no:if %choice%==yes goto previf %choice%==no goto quitgoto end:quitclsecho.echo Thank you for using TATecho.echo Press any key to quit . . . & pause > nulexit
Jan 27, 2009. 7:59 AMTATcreator (author)
says:
However the commands do comply with this application.
Jan 27, 2009. 4:47 AMDrCoolSanta
says:
Batch files have traditionally been linked to windows batch files. Even though some programs call their way of automating tasks batch, when it comes to OSs, batch is generally for DOS based OSs and in the case of Unix, it is called shell scripts.
Jan 26, 2009. 4:51 PMomnibot
says:
Nice ible. I'll go through it one of these days. Also nice to see the same old basic exampels from the olden days.
Jan 26, 2009. 2:30 PMcollard41
says:
first constructive programming 'ible, except for a few others like Neodudemans batch tuts/
Jan 26, 2009. 1:02 PMPainkilla05
says:
As a current college computer science major and a High school C++ student this is an awesome instructable.
![]() |





























