i think found a new way to sign a our compiled exe files....(other then scripting.signer or signtool) You may need to download the CAPICOM redistributable from Microsoft: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=860ee43a-a843-462f-abb5-ff88ea5896f6 ;~ --------------------------------- File Handling --------------------------------- If $CmdLine[0]<1 Then $TheFile = FileSaveDialog('Select File', @ScriptDir,"All (*.*)") Else $TheFile=$CmdLine[1] EndIf Sleep(1000) ;~ --