Jump to content

Recommended Posts

Posted (edited)

Sicher ist Sicher "SiS" covers many important data in different formats.

[autoit]#Region ;**** Directives created by AutoIt3Wrapper_GUI ****

#AutoIt3Wrapper_Icon=SiSsys\SiS_48x48.ico

#AutoIt3Wrapper_Outfile=SiSv4000.exe

#AutoIt3Wrapper_Res_Description=Sicher ist Sicher

#AutoIt3Wrapper_Res_Fileversion=4.0.0.0

#AutoIt3Wrapper_Res_LegalCopyright=

post-34005-1227101990_thumb.png

post-34005-1227102004_thumb.png

post-34005-1227102015_thumb.png

post-34005-1228506722_thumb.png

SiSv4000_2008_12_11.au3

Edited by Ritzelrocker04
Posted

*GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes

Posted

this wont work on other computer

\Mozilla\Firefox\Profiles\rgcmygqc.default\bookmarkbackups'

\Thunderbird\Profiles\0yv8uhs3.default\Mail'

you will have to figure out the dynamical path to it

Posted

Getting the default profiles of Mozilla and Thunderbird:

Func _GetDefaultProfile($mozpath)
    Local $profilepath = "", $profiles = IniReadSectionNames($mozpath & '\profiles.ini')
    For $i = 1 To $profiles[0]
        If IniRead($mozpath & '\profiles.ini',$profiles[$i],"Default",0)=1 Then
            $profilepath = StringReplace(IniRead($mozpath & '\profiles.ini',$profiles[$i],'Path',""),"/","\")
            If IniRead($mozpath & '\profiles.ini',$profiles[$i],'IsRelative',0)=1 Then $profilepath = @AppDataDir & '\Thunderbird\' & $profilepath
            ExitLoop
        EndIf
    Next
    If $profilepath = "" Then
        $profilepath = StringReplace(IniRead($mozpath & '\profiles.ini',"Profile0",'Path',""),"/","\")
        If IniRead($mozpath & '\profiles.ini',"Profile0",'IsRelative',0)=1 Then $profilepath = @AppDataDir & '\Thunderbird\' & $profilepath
    EndIf
    Return $profilepath
EndFunc
MsgBox(0, 'Thunderbird', _GetDefaultProfile(@AppDataDir & '\Thunderbird'))
MsgBox(0, 'Firefox', _GetDefaultProfile(@AppDataDir & '\Mozilla\Firefox'))

*GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes

Posted

Hi Ritzel,

great work, my dear, but it would be nice to have an english translation for the GUI and also the comments in the source code ... muttley

Keep goin' on ... :)

Greetz

Greenhorn

Posted
Posted (edited)

Version 3.4.00

The status bar has many functions. Version, date and time can be read off. The Save the target path ("C:\$Backup$") in the ini file makes a separate 1Click-program unnecessary. muttley

Download Post 1

RR04

Edited by Ritzelrocker04
Posted

Update Version 3.4.01

SiS builds on a pre-7zip. If not installed 7zip found, failed SiS no longer the service. SiS is now using a version of 195kb brought 7zip. At a late afternoon installation of 7zip is preferred. muttley

Download Post #1

RR04

  • 4 weeks later...
  • 5 weeks later...
Posted

change it's language to English or release a newer version in english language :)

Website: www.cerescode.comForum: www.forum.cerescode.comIRC: irc.freenode.net , Channel: #Ceres--------------------Autoit Wrappers, Great additions to your script (Must See) (By: Valuater)Read It Befor Asking Question Click Here...--------------------Join Monoceres's Forums http://www.monoceres.se--------------------There are three kinds of people: Those who make things happen, those who watch things happen, and those who ask, ‘What happened?’” –Casey Stengel
Posted

Ummm, maybe I'm missing somthing but whats this do?

[center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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