This is for you n00bs out there. Are you getting corruptions and having to keep reformatting the memory stick? Do you not want to ask a question about it because you will feel like a n00b (and the moderation on these forums isnt very good so people will probably flame you). Well you CAN fix corruptions. Although if this happens to a game save it may not fix it.
Instructions.
1. Connect your PSP
2. Open my application and select your PSP drive
3. Click fix corruption
4. Wait for it to repair then exit windows.
If you have any questions or comments please email me at geeky4life@gmail.com or comment me on my Blog at http://Uber0ne.blogspot.com
Thanks Guys,
Uber0ne
(Must have the .NET 2 framework)
This is done in VB 2005.
Do not say anything about the crappy code i threw it together in about 5 minutes flat.
Code:Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If ComboBox1.Text = "" Then MsgBox("Please Select a drive") End If If ComboBox1.Text <> "" Then Dim temp As String Dim cheese As String Dim value As String value = Environment.NewLine temp = ComboBox1.Text cheese = temp.Replace("\", "") Dim fileExists As Boolean fileExists = My.Computer.FileSystem.FileExists("temp.bat") If fileExists = True Then My.Computer.FileSystem.DeleteFile("temp.bat", FileIO.UIOption.AllDialogs, FileIO.RecycleOption.SendToRecycleBin) End If My.Computer.FileSystem.WriteAllText("Temp.bat", "echo off" & value & "CHKDSK " & cheese & " /f", True) System.Diagnostics.Process.Start("Temp.bat") End If End Sub End Class


LinkBack URL
About LinkBacks


Reply With Quote




