Jump to content

Sicher ist Sicher


Recommended Posts

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
Link to comment
Share on other sites

*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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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