How do you see hidden files on your OS using MDOS?
Step 1: Go to> Run then type CMD or cmd then press enter
Step 2: Now type the following dir /ah or dir c:/ah or dir d:/ah and what so ever you want.
Step 3: If the list is too long u can use dir /ah/p/w or dir c:/ah/p/w or dir d:/ah/p/w and what so ever you want.
How to over burn 600 MB Compact Disc using Nero
Step 1: Start Nero
Step 2: From the action-bar select File and select Preferences.
Step 3: In the Preferences window, select Expert Features (1) and check the Enable overturn disc-at-once (2).
Step 4: Choose a Maximum CD Length (3) and click OK (4) (*82:59:59 is the maximum value I suggest, but as you can see from the screen capture above I have set mine significantly higher. The reason is because I frequently use 99min 850 MB CD media).
Step 5: From the action-bar select File and select Write CD.
Step 6: A window will appear when you have exceeded expected length, click OK to start the over burn copy.
Take Note: Set disk to burn Disc at Once, you cannot over burn in Track at Once Mode.
The most common problems originate from corruption of the master boot record, FAT, or directory.Those are soft problems which can usually be taken care of with a combination of tools like Fdisk /mbr to refresh the master boot record followed by a reboot and Norton disk doctor
The most common hardware problems are a bad controller, a bad drive motor, or a bad head mechanism.
1. Can the BIOS see and identify the hard drive correctly? If it can't, then the hard drives onboard controller is bad.
2. Does the drive spin and maintain a constant velocity? If it does, that's good news. The motor is functioning.
3. If the drive surges and dies, the most likely cause is a bad controller (assuming the drive is cool). A gate allowing the current to drive the motor may not be staying open. The drive needs a new controller.
4. Do you hear a lot of head clatter when the machine is turned on and initialized (but before the system attempts to access the hard drive). Head clatter would indicate that the spindle bearings are sloppy or worn badly. Maybe even lose and
flopping around inside.
5. There is always the possibility that the controller you are using in the machine has gone south.
1. If the drive spins, try booting to the A> prompt, run Fdisk and check to see if Fdisk can see a partition on the hard drive. If Fdisk can see the partition, that means that it can access the drive and that the controller electronics are functioning correctly. If there is no head clatter, it may be just a matter of disk corruption which commonly occurs when a surge hits you machine and overwhelms the power supply voltage regulator. It commonly over whelms the system electronics
allowing an EM pulse to wipe out the master boot record, file allocations table, and primary directory. Fdisk can fix the master boot record and Norton Disk Doctor can restore the FAT and Directory from the secondaries.
2. The drive spins but Fdisk can't see it. Try the drive in another system and repeat the test to confirm that Fdisk can't read through the drives onboard controller. If it sees it in another system, then your machines hard drive interface is bad. You can try an upgraded or replacement controller card like a Promise or CMD Technologies (there are others) in you machine after disabling the integrated controller in the BIOS,but if the integrated controller went south, it may just be
symptomatic of further failures and you'd be wise to replace the motherboard. Trying the drive in another machine also eliminates the variable that your machines 12 volt power output being bad
3. If you get head clatter but a constant velocity on the drive motor (no surging), you might try sticking the hard drive in the freezer for about 12 hours. This is an old trick from back in the days of the MFM/ESDI driver era. This can cause the drive components to shrink enough to make the track marker align with the tracks. We don't see that kind of platter spindle wear much anymore, but back in the old days, the balancing and bearings weren't as good. Still, under the right circumstances, it might help. It would depend on how old the drive is and how many hours of wear have occurred. You have to be quick to get your info off the drive when it works. Back then, the drives were much smaller, so there wasn't so much to copy. So, go after the important data first.
4. The drive doesn't spin. Either the onboard controller is bad or the motor is bad (assuming you did try the drive in another machine). It's time to hit the net and local independent shops to see if you can locate another drive of the same make and model that's good. Since the drive is probably an older drive and no longer in distribution, your best bet is to find an identical used drive. If you know
someone with the same make and model, you might be wise to try and persuade them to sell you their drive with an offer of providing them with a free upgraded drive. If you can locate an identical drive, start with the controller replacement ...
this is the simplest and least invasive. If swapping the controller doesn't produce the desire result, you can tear into the drive and swap the motors. While you have both drive opened up to accomplish this, scrutinize the platters, heads and armatures. You might even hook the drive up and power it from a system with both drives attached. This way, you could see anything that deviates between the actions of both drives when they are initialized. Swapping patters is unlikely to produce any positive result. They are a balanced system like the tires on your car and I suspect that the balance will be different for each drive as will other variables.
5. There's always Ontrack Corp. who will attempt to recoup your info starting at $500 and going up from there. They don't fix and return the drive either.
If the info is all that important to you, I would seek some professional and experience technician in your locality who makes his living from servicing and building computer systems not just selling them. If you have had much experience salvaging information from bad hard drives, your likelihood of success is low. In the case of soft corruption, all utilities have their eccentricities. Often times, Norton Disk Doctor will go too far (if you let it). It's wise to just let those utilities small steps and then have a look at the drive and see if you can copy it off. Norton will go so far as to rename directories and files, and even delete them or break them up into fragments which are useless.
What is Ftp? Short for File Transfer Protocol, the protocol for exchanging files over the Internet. FTP works in the same way as HTTP for transferring Web pages from a server to a user's browser and SMTP for transferring electronic mail across the Internet in that, like these technologies, FTP uses the Internet's TCP/IP protocols to enable data transfer.
FTP is most commonly used to download a file from a server using the Internet or to upload a file to a server (e.g., uploading a Web page file to a server).
Below are the lists and descriptions of common Ftp error if you aren’t familiar.
110 = Restart marker reply. In this case, the text is exact and not left to the particular implementation; it must read: MARK yyyy = mmmm where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between markers and "=").
120 = Service ready in nnn minutes.
125 = Data connection already open; transfer starting.
150 = File status okay; about to open data connection.
200 = Command okay.
202 = Command not implemented, superfluous at this site.
211 = System status, or system help reply.
212 = Directory status.
213 = File status.
214 = Help message.On how to use the server or the meaning of a particular non-standard command. This reply is useful only to the human user.
215 = NAME system type. Where NAME is an official system name from the list in the Assigned Numbers document.
220 = Service ready for new user.
221 = Service closing control connection.
225 = Data connection open; no transfer in progress.
226 = Closing data connection. Requested file action successful (for example, file transfer or file abort).
227 = Entering Passive Mode (h1,h2,h3,h4,p1,p2).
230 = User logged in, proceed. Logged out if appropriate.
250 = Requested file action okay, completed.
257 = "PATHNAME" created.
331 = User name okay, need password.
332 = Need account for login.
350 = Requested file action pending further information
421 = Service not available, closing control connection.This may be a reply to any command if the service knows it must shut down.
425 = Can't open data connection.
426 = Connection closed; transfer aborted.
450 = Requested file action not taken.
451 = Requested action aborted. Local error in processing.
452 = Requested action not taken. Insufficient storage space in system.File unavailable (e.g., file busy).
500 = Syntax error, command unrecognized. This may include errors such as command line too long.
501 = Syntax error in parameters or arguments.
502 = Command not implemented.
503 = Bad sequence of commands.
504 = Command not implemented for that parameter.
530 Not logged in.
532 = Need account for storing files.
550 = Requested action not taken. File unavailable (e.g., file not found, no access).
551 = Requested action aborted. Page type unknown.
552 = Requested file action aborted. Exceeded storage allocation (for current directory or dataset).
553 = Requested action not taken. File name not allowed.
SEATTLE, Washington - Microsoft Corporation will release a new version of Internet Exploree (IE) thursday, adding features meant to speed up common Web surfing tast and bringin the browser's security measure in line with those major competitors.
The number of browsers has grown to a dizzying array, from IE and Mozilla's Firefox, the two most popular, to Apple Inc.'s Safari, Google Inc's Chrome, The Norweigian entrant Opera ant others. Each is using speed, security enhancements and new features to fight for a share of web Surfers growing time online. Microsoft ramain the dominant player, but firefo'x influence is growing.
Dean Hachamovitch, the IE group's general manage, said the free browser is important to Microsoft beacuse the company simply wants PC users to have a "great experience every day" when surfing the web.
Microsoft also has expanded a feature present on some browsers today - a toolbar button that opens a menu of the most recent news headlines. IE 8 users can add a number of "Web Slices" to keep track of eBay austions, stock quotes, blog posts, weather forecast, and other information that is frequently update.
Another useful feature one that firefox lacks but Google Inc.'s new Chrome browser employs keeps related tabs together. If a use r clicks on a link, thereby opening a new tab. Microsoft tucks that tab right next to the original. IE 8 also givs tabs to common color. And in IE , ehen a Web page in one tab crasher, it doesn't bring down the whole browser.
How to Auto End Tasks to Enable a Proper Shutdown
Hello world! This reg file automatically ends tasks and timeouts that prevent programs from shutting down and clears the Paging File on Exit.
Step 1. Copy the following (everything in the box) into notepad.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"
Step 2. Save the file as shutdown.reg
Step 3. Double click the file to import into your registry.
Note: This tricks work with Widows Xp home Edition and Widows Xp Professional Edition, I might not tried this with any other Os except XP.