x-quisite Posted January 31, 2009 Share Posted January 31, 2009 when i insert my u3 to comp, it will appear: i don't have any results..it will have "\System\Logs\" but don't have any computer name any idea? Quote Link to comment Share on other sites More sharing options...
SomethingToChatWith Posted January 31, 2009 Share Posted January 31, 2009 Open go.vbs in notepad and retrieve line 20 and post here. Quote Link to comment Share on other sites More sharing options...
x-quisite Posted February 1, 2009 Author Share Posted February 1, 2009 i don't know if the blank line count as 1 or not..so i post all in my go.vbs..here: Set objFSO = CreateObject("Scripting.FileSystemObject") Set objShell = CreateObject("Wscript.Shell") Set colDrives = objFSO.Drives Set objEnv = objShell.Environment("PROCESS") objEnv("Year") = Year(now()) objEnv("Month") = Right("0" & Month(now()), 2) objEnv("Day") = Right("0" & Day(now()), 2) objEnv("Hour") = Right("0" & Hour(now()), 2) objEnv("Minute") = Right("0" & Minute(now()), 2) objEnv("Second") = Right("0" & Second(now()), 2) For Each objDrive in colDrives If objFSO.FileExists(objDrive.DriveLetter & ":\System\SRC\drv.dat") Then strPath = objDrive.Driveletter & ":" If objFSO.FileExists(strPath & "\System\SRC\U3.dat") Then objShell.Run ".\LaunchU3.exe -a" End If If objFSO.FileExists(strPath & "\System\SRC\PL.dat") Then objShell.Run ".\System\SRC\go.bat " & strPath , 0, False End If End If Next Quote Link to comment Share on other sites More sharing options...
SomethingToChatWith Posted February 1, 2009 Share Posted February 1, 2009 Ok. Its trying to launch go.bat on its partition at \system\src\, but obvbiously its not there. Try locating it on the drive and if found copy to that location. Elesewise, get the sandisk installer for U3 and re-install. Quote Link to comment Share on other sites More sharing options...
x-quisite Posted February 2, 2009 Author Share Posted February 2, 2009 the file go.bat is exactly at the location \system\src\..i have also disable my antivirus but the result is still the same.. is the u3 sandisk installer is online installation?is there any full version?i have found installer name UE3 and UC3..what actually the different between both two and with sandisk U3 installer?? Quote Link to comment Share on other sites More sharing options...
SomethingToChatWith Posted February 2, 2009 Share Posted February 2, 2009 Use the u3 installer from sandisk since you got a cruzer u3 drive. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.