AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 30 matches
AutoHotkey Community Forum Index
Author Message
  Topic: WMI_Query - returned values?
bpmb

Replies: 3
Views: 593

PostForum: Ask for Help   Posted: Thu Feb 10, 2011 8:37 pm   Subject: WMI_Query - returned values?
Hi dansherman, did you ever solve this?

I'm looking for a way to do this as well and tried WMI, which gives me the same garbled result as you get/ got and also tried RegRead.

Regread works on my ...
  Topic: Query WMI for network configuration, IP gibberish
bpmb

Replies: 0
Views: 237

PostForum: Ask for Help   Posted: Wed Dec 22, 2010 8:57 pm   Subject: Query WMI for network configuration, IP gibberish
Hi there!

I'm working on getting network configuration information on a client's system and have it dropped into a txt file, it works but for some reason some of the values are complete nonsense? T ...
  Topic: Just can't find this..
bpmb

Replies: 1
Views: 78

PostForum: Ask for Help   Posted: Wed Nov 24, 2010 8:33 pm   Subject: Just can't find this..
Hi there!

Been using AHK for about a year now and it saves me tons of time at work but I can't seem to find this in the manual.. I looked for escape as in escape characters, brackets, looked op GUI ...
  Topic: Wrapper for AudioGenie3.dll (Beta 2.0.0.2)
bpmb

Replies: 7
Views: 3325

PostForum: Scripts & Functions   Posted: Sat Apr 24, 2010 12:38 pm   Subject: Wrapper for AudioGenie3.dll (Beta 2.0.0.2)
Toralf, great work! This one doesn't work for me though.. It lists the MP3's but when I select one the ID3 tags aren't filled in on the left side?

Not really an issue as I was only interested in ge ...
  Topic: combining variables consisting of words seperated by {Enter}
bpmb

Replies: 5
Views: 241

PostForum: Ask for Help   Posted: Sat Mar 27, 2010 2:03 pm   Subject: combining variables consisting of words seperated by {Enter}
hi nick,

at first i didn't know you can keep the same variable name so i changed disks to disk..

the reason i'm replacing the commas with `n%A_Tab% is so they were pasted into the correct cells ...
  Topic: combining variables consisting of words seperated by {Enter}
bpmb

Replies: 5
Views: 241

PostForum: Ask for Help   Posted: Sat Mar 27, 2010 9:16 am   Subject: combining variables consisting of words seperated by {Enter}
Still wrestling with this one, I've now managed to get this information from WMI COM. This still doesn't solve my issue but dxdiag is no longer needed..

This is the syntax I use:
WMI_Query(&qu ...
  Topic: combining variables consisting of words seperated by {Enter}
bpmb

Replies: 5
Views: 241

PostForum: Ask for Help   Posted: Wed Mar 24, 2010 9:24 pm   Subject: combining variables consisting of words seperated by {Enter}
thanks for replying!

i don't see how using CSV would solve my issue? i would still be creating it using FileAppend? The problem is i can't get the physical drivename followed by it's drive letter { ...
  Topic: combining variables consisting of words seperated by {Enter}
bpmb

Replies: 5
Views: 241

PostForum: Ask for Help   Posted: Wed Mar 24, 2010 8:35 pm   Subject: combining variables consisting of words seperated by {Enter}
hi there!

I currently have a script which gathers system information and specific file versions, the output of the script gets emailed by the customer to me and I put it into an Excel.

This all ...
  Topic: WMI COM
bpmb

Replies: 39
Views: 8456

PostForum: Scripts & Functions   Posted: Mon Nov 23, 2009 7:09 pm   Subject: WMI COM
Hi Sean, thanks for WMI_Query! Embarassed

I was hoping someone can answer this for me..

I wrote a script which (among other things) collects eventlog data from a machine into a HTM page sorted by l ...
  Topic: complex file pattern on loop
bpmb

Replies: 4
Views: 335

PostForum: Ask for Help   Posted: Wed Nov 18, 2009 7:41 pm   Subject: complex file pattern on loop
Wow, nice one, changed mine as well!
  Topic: Move files after download - Leaves empty folders
bpmb

Replies: 4
Views: 655

PostForum: Ask for Help   Posted: Wed Nov 18, 2009 7:38 pm   Subject: Move files after download - Leaves empty folders
I figured it out, sometimes I just need some distraction to clear my head Very Happy

For anyone looking to do the same here my code, removes folders containing files with a total of less than 100 kB in siz ...
  Topic: complex file pattern on loop
bpmb

Replies: 4
Views: 335

PostForum: Ask for Help   Posted: Wed Nov 18, 2009 6:49 pm   Subject: complex file pattern on loop
Here's how I do it:

Loop, *.*, , 1
{
if (A_LoopFileExt = "avi" or A_LoopFileExt = "mpg" or A_LoopFileExt = "mkv" or A_LoopFileExt = "mp4" or A_ ...
  Topic: Move files after download - Leaves empty folders
bpmb

Replies: 4
Views: 655

PostForum: Ask for Help   Posted: Sat Nov 14, 2009 7:39 pm   Subject: Move files after download - Leaves empty folders
Thanks! It made my script a WHOLE lot shorter!

For anyone interested:

SetBatchLines, -1
IniRead, BrowseSource, %A_AppData%\BackupVideo\config.ini, Sourcefolder, key
IniRead, BrowseDest, %A_Ap ...
  Topic: Move files after download - Leaves empty folders
bpmb

Replies: 4
Views: 655

PostForum: Ask for Help   Posted: Sat Nov 14, 2009 11:15 am   Subject: Move files after download - Leaves empty folders
Thanks! I'll give that a try! Anyone any ideas on the FoldeSize?
  Topic: Move files after download - Leaves empty folders
bpmb

Replies: 4
Views: 655

PostForum: Ask for Help   Posted: Sat Nov 14, 2009 10:20 am   Subject: Move files after download - Leaves empty folders
Hi there!

I have a script running which processes files I download using Newsleecher. Newsleecher downloads the files, AutoUnpack checks them and unpacks them and then my script copies music to the ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group