AutoHotkey Community

It is currently May 24th, 2012, 6:59 am

All times are UTC [ DST ]


Search found 95 matches
Search these results:

Author Message

 Forum: Support   Topic: load last file saved

Posted: August 23rd, 2011, 3:56 am 

Replies: 3
Views: 126


thanks, ill take a look later but just wanted to say thanks for now

 Forum: Support   Topic: load last file saved

 Post subject: load last file saved
Posted: August 21st, 2011, 2:50 am 

Replies: 3
Views: 126


i have 2 apps. the first app save a file then the second app loads the file and vise verse. since each file has a new name is there a way to load a file that was last modified/saved ? then once you press a button again it saves and over rights the same file name second question is there a way to hid...

 Forum: Support   Topic: enter URL

Posted: February 2nd, 2010, 5:44 am 

Replies: 2
Views: 346


DeWild1 wrote:

So are you wanting to make a script in AHK, have the person enter a web site then have it run?
.


yes
but i still dont know how
im no ahk guru or do understand it much at all

 Forum: Support   Topic: enter URL

 Post subject: enter URL
Posted: February 1st, 2010, 10:07 pm 

Replies: 2
Views: 346


i did not make the action javascript but i made how this works on a html web page can anyone make it were you enter a URL and do the same thing? make it work for a html page or ahk use it if you like remove the monkey and place it with entering a URL <IMG SRC="http://www.draac.com/ape.gif"...

 Forum: Support   Topic: change file extension name from text in a note pad

Posted: February 1st, 2010, 9:22 pm 

Replies: 4
Views: 330


answer4u wrote:
Of course you could do this as well ...
Code:
ControlGetText, text, Edit1, ahk_class Notepad
StringReplace, text, text, .png, .gif, A
ControlSetText, Edit1, %text%, ahk_class Notepad


right on my brothers

this page is now booked marked
thanks for that code :wink:

 Forum: Support   Topic: change file extension name from text in a note pad

Posted: February 1st, 2010, 3:49 am 

Replies: 4
Views: 330


Anonymous wrote:
press Ctrl+H in notepad to activate the replace command in notepad


HOLE SH@T heck yeah never knew about that
THANKS 900 X +1= THANK YOU MAN

 Forum: Support   Topic: change file extension name from text in a note pad

Posted: January 31st, 2010, 11:56 pm 

Replies: 4
Views: 330


need to change file extension name in a note pad

so if i have lots of text in a note pad that has .png
i want to replace .png to .gif

it would look like this
mypic.png become mypic.gif

i need it to scan all the text that ends in .png and replace it with .gif

thanks

 Forum: Support   Topic: file Batch ReNamer

Posted: January 29th, 2010, 12:08 am 

Replies: 16
Views: 1109


TLM wrote:
Hey what about Z_Brush tuts? Have any avalible?


http://www.veoh.com/search/videos/q/zbrush

 Forum: Support   Topic: file Batch ReNamer

Posted: January 23rd, 2010, 10:08 am 

Replies: 16
Views: 1109


TLM wrote:
Wheres my free 3d tut hahaha




Send me a PM and tell me what E-Mail you want them sent to 8)

these are hexagon video tutorials

 Forum: Support   Topic: file Batch ReNamer

Posted: January 22nd, 2010, 4:09 pm 

Replies: 16
Views: 1109


i was thinking about some thing and i think the script you was posted will work just fine

THANK YOU :lol:

i dont even know what a variable is :roll:
ive seen it and herd of it but never used it

 Forum: Support   Topic: file Batch ReNamer

Posted: January 18th, 2010, 2:49 am 

Replies: 16
Views: 1109


Are you sure about that? You will not have any reference to file name. With lots of file it will be extremely confusing! Seems kinda drastic no? What about the number and the name? im trying to get rid of the name to make it less confusing. if i wanted the names then i wouldn't need the A-1 in fron...

 Forum: Support   Topic: file Batch ReNamer

Posted: January 17th, 2010, 9:09 am 

Replies: 16
Views: 1109


i asked if some one could write the code i dint realize i had to change the fnk thing up by moving things and copy and paste things Whaa whaa whaa! Again you have your head box set to TARD! You only get help around here if you already have code, or if your willing to help yourself by at least DOING...

 Forum: Support   Topic: file Batch ReNamer

Posted: January 16th, 2010, 9:02 am 

Replies: 16
Views: 1109


i want the files to go in the same folder so i thought there was a code i can use to go back in the same DIR i see about the 4 and change it to 50 (got that) i asked for 50 and you put fkn 4 but the other stuff your talking about i dont know i guess thats why it wont save or rename. the videos showe...

 Forum: Support   Topic: file Batch ReNamer

Posted: January 16th, 2010, 12:48 am 

Replies: 16
Views: 1109


This is about 90% of the way there. Run it from the folder with the obj files in it. initChar = 65 charNum := Chr(initChar) charSpilt = 4 ; CHANGE THIS NUMBER TO 50! count=0 Loop, % A_ScriptDir "\*" fileType := ".obj" ; This will work for any file type. if fileType fileL...

 Forum: Support   Topic: file Batch ReNamer

 Post subject: file Batch ReNamer
Posted: January 15th, 2010, 6:19 am 

Replies: 16
Views: 1109


lets say i have a folder and it had some 3D models in it like cat.obj dog.obj cow.obj i need a batch renamer by file size the ahk would find the largest Obj to the smallest file size and rename it as a example the cow.obj becomes Model#A-1.obj the dog.obj becomes Model#A-2.obj the cat.obj becomes Mo...
Sort by:  
Page 1 of 7 [ Search found 95 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group