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 51 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Right click copy file path (shell command). Help plz!
TheLaughingMan

Replies: 5
Views: 136

PostForum: Ask for Help   Posted: Wed Nov 19, 2008 3:42 am   Subject: Right click copy file path (shell command). Help plz!
Shocked Talk about crushing an ant hill with an atomic bomb!

I appreciate the help but would honestly have no idea of where to start.

I was able to parse/recurse through specific file types usin ...
  Topic: Right click copy file path (shell command). Help plz!
TheLaughingMan

Replies: 5
Views: 136

PostForum: Ask for Help   Posted: Tue Nov 18, 2008 7:53 pm   Subject: Right click copy file path (shell command). Help plz!
Thanks for you suggestion poo_noo.

The thing is I have this .bat running on my system already

!BAT FILE NOT AHK!
cd %1
dir /a /b /-p /o:gen >"C:\Temp_Folder_List\Folders Files. ...
  Topic: Right click copy file path (shell command). Help plz!
TheLaughingMan

Replies: 5
Views: 136

PostForum: Ask for Help   Posted: Tue Nov 18, 2008 3:21 am   Subject: Right click copy file path (shell command). Help plz!
So I came up with an extremely archaic solution..

BlockInput, On

Send, {CTRLDOWN}c{CTRLUP}

Sleep, 1000

BlockInput, Off

msgbox, %clipboard%

This will be used in a ...
  Topic: Right click copy file path (shell command). Help plz!
TheLaughingMan

Replies: 5
Views: 136

PostForum: Ask for Help   Posted: Mon Nov 17, 2008 3:28 pm   Subject: Right click copy file path (shell command). Help plz!
Hi there.

I'm trying to find some info or a solution on copying a files location via a right click using AHK or a dos command (if possible). The reason for trying to do it this way is so I do not h ...
  Topic: Very strong password maker. Need opinions & suggestions.
TheLaughingMan

Replies: 4
Views: 182

PostForum: Ask for Help   Posted: Mon Aug 25, 2008 1:06 pm   Subject: Very strong password maker. Need opinions & suggestions.
Not sure if this is where I post this.

I've noticed lately I've had the need for much stronger passwords. So I've decided to put together a very strong password maker in AHK.

My question is, wh ...
  Topic: Can the Date command be sent from AHK instead of a .bat ?
TheLaughingMan

Replies: 7
Views: 164

PostForum: Ask for Help   Posted: Mon Aug 25, 2008 12:53 pm   Subject: Can the Date command be sent from AHK instead of a .bat ?
This is true. Faster speed also has added appeal Wink!
  Topic: Can the Date command be sent from AHK instead of a .bat ?
TheLaughingMan

Replies: 7
Views: 164

PostForum: Ask for Help   Posted: Sun Aug 24, 2008 3:58 pm   Subject: Can the Date command be sent from AHK instead of a .bat ?
Thanks Krogdor!

Thats clears it up for me Very Happy! Although the comspec method is a lot shorter Wink..

I will try this out today.
  Topic: Can the Date command be sent from AHK instead of a .bat ?
TheLaughingMan

Replies: 7
Views: 164

PostForum: Ask for Help   Posted: Sat Aug 23, 2008 11:30 pm   Subject: Can the Date command be sent from AHK instead of a .bat ?
You can change the system date with DllCall/SetSystemTime.

Thanks for the reply.

Can you give an example please?
  Topic: Can the Date command be sent from AHK instead of a .bat ?
TheLaughingMan

Replies: 7
Views: 164

PostForum: Ask for Help   Posted: Sat Aug 23, 2008 11:29 pm   Subject: Can the Date command be sent from AHK instead of a .bat ?
Ok it looks like I may have found the solution to get all of this condensed into 1 or 2 lines..

runwait, %comspec% /c date %Month%-%Day%-%Year%,

Found a reference to comspec in the script over h ...
  Topic: Can the Date command be sent from AHK instead of a .bat ?
TheLaughingMan

Replies: 7
Views: 164

PostForum: Ask for Help   Posted: Sat Aug 23, 2008 11:07 pm   Subject: Can the Date command be sent from AHK instead of a .bat ?
Not that experienced enough with AHK to know if it can send/run system commands directly. I wrote this to change the system time but have to run the actual Date command from a Appended .bat file.

F ...
  Topic: AVG - all ahk script infected
TheLaughingMan

Replies: 15
Views: 2353

PostForum: Bug Reports   Posted: Sat Feb 02, 2008 9:16 pm   Subject: AVG - all ahk script infected
Ok after some investgation it looks like a false positive. AFAICT If you are using IconBuilder 1.1 you have to upgrade to 2.0. I tried the demo and I no longer get the same message from AHK2exe or Tro ...
  Topic: AVG - all ahk script infected
TheLaughingMan

Replies: 15
Views: 2353

PostForum: Bug Reports   Posted: Sat Feb 02, 2008 4:47 pm   Subject: AVG - all ahk script infected
Ok I tried some ICO files from this site..

http://www.icongalore.com/software-icons/free-ico-icon.htm

The problem does not come up..

This is frustrating. Looks like it has something to do wit ...
  Topic: How to make Soundplay work on 24bit wavs?
TheLaughingMan

Replies: 3
Views: 178

PostForum: Ask for Help   Posted: Fri Aug 31, 2007 7:16 pm   Subject: How to make Soundplay work on 24bit wavs?
Ok I was advised to try this..

http://ffdshow-tryout.sourceforge.net/

(Still did nothing for Soundplay)

Also found this decoder..

http://www.chrisnet.net/msdn/AudioTypeConvert.zip

Here ...
  Topic: How to make Soundplay work on 24bit wavs?
TheLaughingMan

Replies: 3
Views: 178

PostForum: Ask for Help   Posted: Fri Aug 31, 2007 5:46 pm   Subject: How to make Soundplay work on 24bit wavs?
I assume that windows (or at least your windows)
is not capable to play 24bit-wav-files. try out if you can use a 24bit-wav as a system sounds.
Ok not able to play as system sound.

...you eithe ...
  Topic: How to make Soundplay work on 24bit wavs?
TheLaughingMan

Replies: 3
Views: 178

PostForum: Ask for Help   Posted: Fri Aug 31, 2007 2:59 pm   Subject: How to make Soundplay work on 24bit wavs?
Put together this cool little audio player/previewer.


#SingleInstance, ignore


Menu, tray, add, qwd,

Progress, WS100 CT7BC3FF CW422C29 m c H60 W235 Y200 X200 fs7 A zh0,PRESS ~ TO PLAY AUDI ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group