Jump to content

Randolph

Members
  • Posts

    9
  • Joined

  • Last visited

Randolph's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Brilliant; that works. Yes i'm aware of the non-printable characters, strangely enough; i can remove them in autoit. Thanks.
  2. Good Day, Appreciate some help on this; i've got the below text and i'm trying to replace the "[xx;xxH" patterns before each string. xx is a number that can either be 2 digits or single-digit. I've got the below, but it doesn't appear to work; appreciate any help please; thanks. Code $rel = StringRegExp("[15;1HAdam Biggs", "[(\d{2});(\d{2})H", 'aaaaa') _ArrayDisplay($rel) Sample text to clean: [14;1HAbigail Mulliga[14;17H10366693 [14;31H103-40521[14;45HOther [14;53H12:36[14;60H 0[14;68H 0[14;76H 0[15;1HAdam Biggs [15;17H10366748 [15;31H103-40407[15;45HOther [15;53H12:36[15;60H 0[15;68H 0[15;76H 1[16;1HAdam Rogers [16;17H10366694 [16;31H103-40519[16;45HAUX [16;53H12:38[16;60H 0[16;68H 0[16;76H 0[17;1HAde Mafo [17;17H10366695
  3. Good Day, Just wondering, how do i use the AD.au3 UDF to search Active Directory for a specific email address and to return all the addressbook information? Thanks for the help.
  4. Thanks; anything more concrete that can be used with BASS?
  5. Is it possible to compare 2 sounds using BASS? Basically, my idea is to detect whether a beep from the soundcard matches a pre-recorded beep. Any thoughts? Thanks for all the help.
  6. Good Day all, Is it possible to compare 2 sounds in autoIT? Basically, my idea is to detect whether a beep from the soundcard matches a pre-recorded beep. Any thoughts? Thanks for all the help.
  7. How Would I do that? Thanks for the suggestions; but winactivate won't work if the windows workstation is locked. I need something that can run in the background. I've tried the following; but can't seem to get it to work: ControlFocus("[CLASS:ConsoleWindowClass", "", "")
  8. Thanks for the replies. My problem is that the command prompt is an already existing window that I need to monitor. Any ideas? Thanks.
  9. Good Day, I'm trying to copy text from a command prompt that could be minimized; have tried most of the suggestions like controlsend and controlgettext and can't seem to do it. Anyone with any help on this? Thanks.
×
×
  • Create New...