loadYOURSELF

loadYOURSELF

Browsing Posts tagged Windows

This will show you how to automount your root Window’s parition so that you can read and write to it.
Perform the following commands to create a mountpoint and open up fstab to edit

$ su
# mkdir /media/Windows
# nano -w /etc/fstab

Now add the following to the bottom:

/dev/hda1 /media/Windows ntfs-fuse auto,user_xattr,umask=000 1 1

StreamReader sr = new StreamReader(“database.txt”, Encoding.Default);
textBox1.Text = sr.ReadToEnd();

For turkish

readings

StreamReader sr = new StreamReader(“ornek.txt”, Encoding.GetEncoding(“windows-1254″));
textBox1.Text = sr.ReadToEnd();

Buy me a beer