Sat Nov 12, 2011 9:53 pm
Sat Nov 12, 2011 10:05 pm
Sat Nov 12, 2011 10:07 pm
Sat Nov 12, 2011 10:09 pm
Sat Nov 12, 2011 10:14 pm
Sat Nov 12, 2011 10:31 pm
Sat Nov 26, 2011 9:44 pm
Mon Dec 19, 2011 2:38 am
Mon Dec 19, 2011 7:05 am
Tue Dec 20, 2011 1:53 am
Tue Dec 20, 2011 7:26 am
Sat Jan 14, 2012 9:37 pm
Sat Jan 14, 2012 10:07 pm
#DO NOT MODIFY ANYTHING IN THIS FILE!!!
#NO... REALLY... DON'T!!!
#MobileNavigator script which is part of Easy Shell 2011 Fatboyfun http://www.navitotal.com
#Release Version 1.0
If (SystemVersion("Major") = 6)
Copy (SystemPath("ScriptPath")\"Toolhelp6.dll", (SystemPath("ScriptPath")\"Toolhelp.dll", TRUE)
EndIf
Kill ("JBSHello.exe")
Drive = Part(SystemPath("ScriptPath"), "\", 2)
If (FileExists(Drive\"EasyShell\Start.exe"))
Run (Drive\"EasyShell\Start.exe")
Exit
EndIf
If (FileExists(SystemPath("ScriptPath")\SystemPath("ScriptName")&".ini"))
Start = IniRead (SystemPath("ScriptPath")\SystemPath("ScriptName")&".ini", "Application", "Path")
If (FileExists (Start))
Run (Start)
Exit
Else
Call "SelectFile"
EndIf
Else
Call "SelectFile"
EndIf
Sub SelectFile
Application = SelectFile("Application Path", FALSE, "Start.exe", "Navigate to EasyShell\Start.exe^NL^You will only need to do this once...")
If (Application eq "")
SetMessageFont (25)
SleepMessage (3, "MobileNavigator Error.^NL^^NL^No file was selected.^NL^^NL^Refer to the included readme for more information.^NL^^NL^Restart this application to try again.")
Exit
EndIf
IniWrite (SystemPath("ScriptPath")\SystemPath("ScriptName")&".ini", "Application", "Path", Application)
SetMessageFont (25)
SleepMessage (3, "Easy Shell.^NL^^NL^Thank you, Easy Shell will start shortly...^NL^^NL^You will not see this again unless there's a problem with the path to Start.exe^NL^^NL^Path: "&Application)
Run (Application)
Exit
EndSub [color="#FF0000"]<- Line 38[/color]
Sat Feb 18, 2012 12:21 am
Magnu420 wrote:when trying to load easyshell on a binatone g430 i get this error
expected 'Endif' but found 'Endsub' line 38 (\sdmmc\MobileNavigator\MobileNavigator.mscr):
Endsub
Thu Jul 12, 2012 7:56 pm