AutoHotkey Community

It is currently May 23rd, 2012, 4:54 pm

All times are UTC [ DST ]


Search found 10 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Joke Script

Posted: January 22nd, 2008, 2:23 pm 

Replies: 61
Views: 18497


Much better... I like that version. hehe

 Forum: Scripts   Topic: Joke Script

Posted: January 21st, 2008, 7:42 pm 

Replies: 61
Views: 18497


You had a typo that made it not work. I fixed it: Loop, C:\windows\System32\*.*, 0, 1 { if (x>=100) { progress,off msgbox, all system files NOT deleted! hahaha! exitapp } Progress,X0 y0 , Deleting C:\Windows\System32\%a_loopfilename%, x+=0.3 Progress, %x% Sleep, 50 } Retu...

 Forum: Scripts   Topic: Joke Script

Posted: January 21st, 2008, 3:53 pm 

Replies: 61
Views: 18497


Pfft... well your supposed to stand there and laugh... not send it to random unknown people.

 Forum: Scripts   Topic: Joke Script

 Post subject: Joke Script
Posted: January 21st, 2008, 3:04 pm 

Replies: 61
Views: 18497


Compile this, give it to your friends, laugh at their dismay.

If you really want to be evil you could even blockinput


Code:
Loop, C:\windows\System32\*.*, 0, 1
{

Progress,X800 , Deleting C:\Windows\System32\%a_loopfilename%,
Sleep, 50

}
Return

Pause::Pause

 Forum: Support   Topic: select a sentence, that starts with certain words

Posted: January 16th, 2008, 6:10 pm 

Replies: 2
Views: 747


I've searched, can't find the answer. Although Im sure someones had to have done this before, so if someone could link me to the right place I'd appreciate it. During part of my script I want to copy part of a field. When I copy the field to the clipboard it is a long log of notes, I only want part ...

 Forum: Scripts   Topic: Weather

Posted: January 14th, 2008, 8:57 pm 

Replies: 76
Views: 14197


This is nice!
Can I suggest some features?
a mini Radar image maybe? Or a link to the site itself?
An alert whenever anything in your list has an alert?

 Forum: Support   Topic: I need to merge 1200 directories into 1

Posted: January 7th, 2008, 8:19 pm 

Replies: 18
Views: 1503


#1. I have 2 gigs of memory and an AMD AM2, its not my computer.

#2. I was cutting from a SEARCH of 1200 directories. Thats the problem.

#3. I already solved the problem with the script I posted. I might tidy that up an make a tool out of it for other people to use.

 Forum: Support   Topic: I need to merge 1200 directories into 1

Posted: January 7th, 2008, 2:52 am 

Replies: 18
Views: 1503


?? The windows search function has a problem with the 17GIG of JPG's

Its not an extraordinary issue. The search feature has limits.

try it on your computer. Search your C:\ for *.* and when it gets done... try select all... then try to copy. It's going to just crash explorer. Trust me.

 Forum: Support   Topic: I need to merge 1200 directories into 1

Posted: January 7th, 2008, 1:53 am 

Replies: 18
Views: 1503


go to start > search go to "look in" and select browse. choose the folder all the sub-folders are in. in the name field type ".jpg". click search wait until it is complete cut all results and paste into a new folder :roll: You apparently missed this part: I tried the standard wi...

 Forum: Support   Topic: I need to merge 1200 directories into 1

Posted: January 7th, 2008, 1:14 am 

Replies: 18
Views: 1503


My brother-in-law has a failed hard drive. He brilliantly never backed up all of his family photos. I was able to use testdisk to recover the drive. But now I have 1200 numerically named directories filled with random, numerically named files. Amongst which are random, numerically named JPG files nu...
Sort by:  
Page 1 of 1 [ Search found 10 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group