Jump to content

rlcrumlich

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by rlcrumlich

  1. Hello All. I use this in my final cleanup script to set the settings to what I want. I have setup slimbrowser the way I prefer, and since it saves the settings in the sbrowser.ini file I just copy it. Of special note in the quicksearch folder is a file called menuorder.ini. This file determines the order that the search engines are displayed. IMHO I prefer to have google first vs Mr. Jeeves I use the sbsetup.exe /S switch but have not figured out how to kill the folder with the shortcut links in it. A small annoyance but does not look to professional with that folder hanging open.. Any Ideas would be appreciated. : setup preferred slimbrowser settings : CD is because attrib does not recognize the %appdata% variable. cd %appdata% : attrib is necessary to remove the hidden and read only attribs attrib -S -H -R slimBrowser\*.* /s copy "%systemdrive%\apps\slimbrowser\sbrowser.ini" "%appdata%\SlimBrowser" /Y copy "%systemdrive%\apps\slimbrowser\quicksearch\*.*" "%appdata%\SlimBrowser\QuickSearch" /Y Rick
×
×
  • Create New...