-
Posts
81 -
Joined
-
Last visited
About microera
- Birthday 03/02/1965
Profile Information
-
Location
EU.si
Recent Profile Visitors
microera's Achievements
Wayfarer (2/7)
0
Reputation
-
Hi Can I read message from privat channel with this bot?
- 116 replies
-
- bot
- control telegram bot
-
(and 3 more)
Tagged with:
-
Hi How to catch notification from windows Telegram application? Or maybe example trap notification from Chrom browser?! THANKS!
-
F1 - Help not working ok (SciTE editor) 3.5.4
microera replied to microera's topic in AutoIt General Help and Support
Woooow! working! THANKS! -
ProcessExists ( "process" ) over LAN
microera replied to microera's topic in AutoIt General Help and Support
..again I have this error: 0x80070005 Is possible with command lines setting WMI or access from comp1 <--> comp2 ? p.s. I have win 8.1 p.s.2 I'm disable firewall but still same problem! -
microera reacted to a post in a topic:
MS Access UDF
-
microera reacted to a post in a topic:
ProcessExists ( "process" ) over LAN
-
ProcessExists ( "process" ) over LAN
microera replied to microera's topic in AutoIt General Help and Support
I'm enable this: https://support.software.dell.com/enterprise-reporter/kb/116792 Windows 8 and Windows 8.1 In the lower left hand corned of the screen right click and select Control Panel. Then select System and Security | Windows Firewall then select “Allow an app or feature through Windows Firewall”. Scroll down and click on check box next to “File and Printer Sharing” and “Windows Management Instrumentation (WMI)” which should automatically select the check box in the Domain column. Click OK. Next start the Remote Registry service which is set to Disabled by default (set to Automatic). If not data such as installed software, event logs, security policies, etc. will not be retrieved. but still same problem! -
ProcessExists ( "process" ) over LAN
microera replied to microera's topic in AutoIt General Help and Support
Access is denied solved ......... but: now: --> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop wmi_lan_process_check.au3 (41) : ==> COM Error intercepted ! err.number is: 0x800706BA err.windescription: Strežnik za RPC ni na voljo. err.description is: err.source is: err.helpfile is: err.helpcontext is: err.lastdllerror is: 0 err.scriptline is: 41 err.retcode is: 0x00000000 -
microera reacted to a post in a topic:
ProcessExists ( "process" ) over LAN
-
microera reacted to a post in a topic:
ProcessExists ( "process" ) over LAN
-
ProcessExists ( "process" ) over LAN
microera replied to microera's topic in AutoIt General Help and Support
from 1st example: https://www.autoitscript.com/autoit3/docs/functions/ObjEvent.htm Local $oErrorHandler = ObjEvent("AutoIt.Error", "_ErrFunc") and; User's COM error function. Will be called if COM error occurs Func _ErrFunc($oError) ; Do anything here. ConsoleWrite(@ScriptName & " (" & $oError.scriptline & ") : ==> COM Error intercepted !" & @CRLF & _ @TAB & "err.number is: " & @TAB & @TAB & "0x" & Hex($oError.number) & @CRLF & _ @TAB & "err.windescription:" & @TAB & $oError.windescription & @CRLF & _ @TAB & "err.description is: " & @TAB & $oError.description & @CRLF & _ @TAB & "err.source is: " & @TAB & @TAB & $oError.source & @CRLF & _ @TAB & "err.helpfile is: " & @TAB & $oError.helpfile & @CRLF & _ @TAB & "err.helpcontext is: " & @TAB & $oError.helpcontext & @CRLF & _ @TAB & "err.lastdllerror is: " & @TAB & $oError.lastdllerror & @CRLF & _ @TAB & "err.scriptline is: " & @TAB & $oError.scriptline & @CRLF & _ @TAB & "err.retcode is: " & @TAB & "0x" & Hex($oError.retcode) & @CRLF & @CRLF) EndFunc ;==>_ErrFunc and get: >Running:(3.3.12.0):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe "C:\UPRAVLJAJ\wmi_lan_process_get.au3" --> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop wmi_lan_process_get.au3 (41) : ==> COM Error intercepted ! err.number is: 0x80070005 err.windescription: Dostop je zavrnjen. err.description is: err.source is: err.helpfile is: err.helpcontext is: err.lastdllerror is: 0 err.scriptline is: 41 err.retcode is: 0x00000000 wmi_lan_process_get.au3 (42) : ==> COM Error intercepted ! err.number is: 0x000000A9 err.windescription: Variable must be of type 'Object'. err.description is: err.source is: err.helpfile is: err.helpcontext is: err.lastdllerror is: 0 err.scriptline is: 42 err.retcode is: 0x00000000 +>14:47:38 AutoIt3.exe ended.rc:0 +>14:47:38 AutoIt3Wrapper Finished. >Exit code: 0 Time: 21.05 -
ProcessExists ( "process" ) over LAN
microera replied to microera's topic in AutoIt General Help and Support
On home computer work ok but on my Office computer: >Running:(3.3.12.0):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe "C:\UPRAVLJAJ\wmi_lan_process_get.au3" --> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop "C:\UPRAVLJAJ\wmi_lan_process_get.au3" (40) : ==> Variable must be of type "Object".: $colItems = $objWMIService.ExecQuery("SELECT * FROM Win32_Process", "WQL", $wbemFlagReturnImmediately + $wbemFlagForwardOnly) $colItems = $objWMIService^ ERROR ->14:14:22 AutoIt3.exe ended.rc:1 +>14:14:22 AutoIt3Wrapper Finished. >Exit code: 1 Time: 0.6572 Where is a problem? -
microera reacted to a post in a topic:
ProcessExists ( "process" ) over LAN
-
ProcessExists ( "process" ) over LAN
microera replied to microera's topic in AutoIt General Help and Support
very good "water"!! And how send pop up message from Computer1 to Computer2 if I try run PROGRAMM.EXE from Computer1? (in example detecting running PROGRAMM.EXE in Computer2) Possible also with WMI? Or I need any other service?! -
microera reacted to a post in a topic:
ProcessExists ( "process" ) over LAN
-
Hi I have 2 PCs on local LAN! We start one programm.exe from 1st or 2nd computer! But at same time must be running ONLY one process (programm.exe)! How to detect process on another PC?
-
default audio output (speaker) and input (mic)
microera replied to microera's topic in AutoIt General Help and Support
I have 3 audio devices on my PC with windows XP... and I want to use USB audio adapter (playing and recording)! Yes You have right above sw work OK on windows 7 but not on WinXP! So: I search for solution to switch DEFAULT audio devices on WinXP! -
default audio output (speaker) and input (mic)
microera replied to microera's topic in AutoIt General Help and Support
nice sw wich work only on windows 7 (I think): http://heilnizar.deviantart.com/gallery/39141772#/d4q182i can be used on command line! ... but not work by me at windows XP! -
default audio output (speaker) and input (mic)
microera replied to microera's topic in AutoIt General Help and Support
I mean how to view "Sound, video and game controllers" (see picture) and how to set default "audio device" ?