Hey Dean, I was just thinking about that Game_Cache thing and what you said about the /dev_USB00/
What if you put in there something that searches the string of your path url
I do this in VB6 so I don't know if it will work or you know if it's even the right way to implement it.
Search a string for a certain combination of text
Just a thought.Code:Dim sSTR As Boolean, strURL as String sSTR = False ' Sets the Boolean to False for initial start sSTR = InStr(strURL, "dev_USB") <> 0' strURL is the string url of the Option.ini path If sSTR = True Then MsgBox Err.Number & " " & Err.Description, vbCritical, App.ProductName Else Continue to next operation End if
Like I said, I don't know if you can do that in your coding program.
EDIT: But then they complain that they would have to edit the Options.ini after deleting and reinstalling multiMan.no win situation there. N/M I guess
@ dlanor: I did not know that. Wonder why no one said anything before. lil tid bit a lil to late. lol


3167Likes
LinkBack URL
About LinkBacks







Screenies below...






