Jump to content

error gonzor


x-quisite

Recommended Posts

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

Link to comment
Share on other sites

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??

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...