AutoHotkey Community

It is currently May 23rd, 2012, 5:40 pm

All times are UTC [ DST ]


Search found 39 matches
Search these results:

Author Message

 Forum: Support   Topic: Edit please

 Post subject: Here is the solution
Posted: November 26th, 2010, 8:29 am 

Replies: 10
Views: 282


Just repeat the task twice to meet your requirement as i given below I just added 1 after searchin FileSelectFolder,SearchIn,,,Select SearchIn1 Folder ; source path Loop,% SearchIn1 "\" A_LoopField,0,1 { FileRead,temp,%A_LoopFileFullPath% FileAppend,%temp%,%AppendTo%\%A_LoopField% count++ ...

 Forum: Support   Topic: Edit please

 Post subject: Thank you so much
Posted: November 25th, 2010, 12:16 pm 

Replies: 10
Views: 282


Hi, Its perfectly working now. I tried to bring a msg box for total no. of files appended and i tried like msgbox, %Myfiles% are successfully appended, it shows the file names and not the total count. How should i bring alert msgbox if some of the files are not appended. Jackey If AppendTo is a fold...

 Forum: Support   Topic: Edit please

 Post subject: Problem with the script
Posted: November 25th, 2010, 10:05 am 

Replies: 10
Views: 282


Hello HotKeyIt, Thanks for your quick reply. Your code is not working for me:( Fileselectfile, AppendTo,,, should be Fileselectfolder, AppendTo - I changed it but still it is not working. I selected d:\r as source folder (contains 1.txt to 10.txt), d:\r1 as destination folder and selected d:\myfiles...

 Forum: Support   Topic: Delete files from subfolders

Posted: November 20th, 2010, 8:05 am 

Replies: 2
Views: 163


Hi, I made the below given script to delete the pdf files from specific folder (including subfolders), but it is not working for me. Please change the script and make it work. Note - I need to delete the files from subfolders atleast 5 levels. [FOR E.G. D:\1\2\3\4\5\6\Abcd.Pdf] SetBatchLines, -1 Fil...

 Forum: Support   Topic: Please dont Laugh

 Post subject: Please dont Laugh
Posted: November 12th, 2010, 10:38 am 

Replies: 3
Views: 194


I am a newbee.. I need to change attributes for some folders and i must select the folder from browse window, so i created the this script, i know it is wrong.. Please let me know how to correct as per my requirement. filesetattrib, +RHS Fileselectfolder, Outputvar,,3 msgbox, Attributes Changed Succ...

 Forum: Support   Topic: Please edit my script

 Post subject: Heeeee
Posted: November 11th, 2010, 10:44 am 

Replies: 3
Views: 253


Yah i agree with you.. Where is your solution... :!:

MasterFocus wrote:
You must be kidding.
(I mean, begging)

 Forum: Support   Topic: Append text files

 Post subject: Append text files
Posted: November 11th, 2010, 9:43 am 

Replies: 2
Views: 133


Hi,

I need to search specific text files (file names listed in input text file) from a specific directory (including sub folders) and append all my specific files into a single text files.

Can you tell me how to start this criteria with autohotkey script.

Many thanks

Ranjith

 Forum: Support   Topic: Please edit my script

 Post subject: please help
Posted: November 10th, 2010, 6:02 am 

Replies: 3
Views: 253


Please guys... find a solution for me :(

 Forum: Support   Topic: Please edit my script

 Post subject: Please edit my script
Posted: November 9th, 2010, 2:10 pm 

Replies: 3
Views: 253


Hi experts, I am using the below given script to print the files in perfect order. Now i need to print some XML files and the XML files having some supported files, so everytime i open the file and then print the files from file -> print or ctrl+P option, then only it prints all the pages. The below...

 Forum: Support   Topic: Made necessary corrections

 Post subject: Made necessary corrections
Posted: October 28th, 2010, 7:53 am 

Replies: 0
Views: 149


Hi everybody,

Please someone try fulfill my requirements.


http://www.autohotkey.com/forum/viewtop ... ete+script

Many Thanks in advance.

Ranjith

 Forum: Support   Topic: Change URL

 Post subject: hi
Posted: October 23rd, 2010, 9:43 am 

Replies: 3
Views: 260


Ahk version 1.0.48.05..

Working with English language want to translate with other language.

As per your instruction i have changed my version to Autohotkey_L
and the script shows error like..

parameter #2 invalid
Specifically : Unicode

--> 057: Transform,unicodeClipboard,Unicode

 Forum: Support   Topic: Change URL

 Post subject: Change URL
Posted: October 23rd, 2010, 7:53 am 

Replies: 3
Views: 260


Hi, I got this while searching for translation script, but it is not working now. I guess because of the invalid url. http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q= Please change the url to http://www.google.co.in/language_tools?hl=en and make it working. Please please Dome...

 Forum: Support   Topic: Help me to complete the script

 Post subject: Thanks for your script
Posted: October 22nd, 2010, 8:17 am 

Replies: 5
Views: 282


Thanks HotKeyit Your script fullfilled my requirement 90%. I made a small mistake so i need a small correction in your script. <TI1> A system and method for stabilizing an incontinent <DDSC> Method and device for desorbing substance adherent to particulate substance <ADV> Filter which removes a susp...

 Forum: Support   Topic: Help me to complete the script

Posted: October 21st, 2010, 7:57 am 

Replies: 5
Views: 282


Hi, I need to count total no. of characters from my input text file for the below mentioned two fields. <TI1> A system and method for stabilizing an incontinent <DDSC> Method and device for desorbing substance adherent to particulate substance Msg box should be <TI1> 50 <DDSC> 75 I started this code...

 Forum: Support   Topic: Rename folder

 Post subject: Rename folder
Posted: October 19th, 2010, 3:30 am 

Replies: 2
Views: 449


Hi, I need to rename a folder automatically from a specific path and i used the script filemovedir as mentioned below FileMoveDir, d:\data\19-10-10, d:\data\19-10-10_%A_Now%, R It renames the folder 19-10-10_20101019075229 It done what i expected.. But i need to do this work automatically for every ...
Sort by:  
Page 1 of 3 [ Search found 39 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group