| Author |
Message |
Topic: Gui to use ImgBurn in command line |
Da Rossa
Replies: 4
Views: 137
|
Forum: Ask for Help Posted: Mon Mar 15, 2010 7:09 pm Subject: Gui to use ImgBurn in command line |
Err sorry, I forgot to upload the .ahk file with the GUI.
Here it is: http://notasdeaula.org/imgburn-gui.ahk
Or
Gui, Add, Edit, x296 y40 w370 h190 , Filelist
Gui, Add, Button, x596 y70 w-794 ... |
Topic: Gui to use ImgBurn in command line |
Da Rossa
Replies: 4
Views: 137
|
Forum: Ask for Help Posted: Mon Mar 15, 2010 2:19 am Subject: Gui to use ImgBurn in command line |
Ok, here we go.
Very nice gui, but the idea is that it should not have drop-down menus as they're nasty...
So here is the gui I created:
GUI
and that text field did not work to add mult ... |
Topic: Gui to use ImgBurn in command line |
Da Rossa
Replies: 4
Views: 137
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 5:21 pm Subject: Gui to use ImgBurn in command line |
Hi folks how u doin?
Here is the deal: I decided that ImgBurn is the best, at least for me, CD/DVD Burning software. And, to make things even easier and reduce the # of user interventions needed ... |
Topic: HElp me appending date to a file in the command line |
Da Rossa
Replies: 5
Views: 239
|
Forum: General Chat Posted: Wed Feb 24, 2010 12:30 am Subject: HElp me appending date to a file in the command line |
Humm, indeed! Except that the output format is:
test_20100223203227.txt ! How to make the format neat but preserving the A_now function?  |
Topic: HElp me appending date to a file in the command line |
Da Rossa
Replies: 5
Views: 239
|
Forum: General Chat Posted: Tue Feb 23, 2010 7:38 pm Subject: HElp me appending date to a file in the command line |
Well, thanks! But so far it didn't work..
Does the fact that I didn't use a batch file, but the command line directly interfere? I tried both examples and from both I got this message returned: " ... |
Topic: HElp me appending date to a file in the command line |
Da Rossa
Replies: 5
Views: 239
|
Forum: General Chat Posted: Tue Feb 23, 2010 6:11 am Subject: HElp me appending date to a file in the command line |
Hi
I'd like to know how to rename a file to itself, just adding the current date as a suffix, without using AHK. I mean, in the command line itself.
Like:
ren C:\test\test.txt C:\test\te ... |
Topic: File Creation Time and a frightful thing |
Da Rossa
Replies: 7
Views: 192
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 5:45 pm Subject: File Creation Time and a frightful thing |
@ yume
Well, we're getting there!
But this code has some issues...
First, it doesn't actually retrieve the last created jpg file in that directory. (I changed E:\testimages to E:\Desktop). I crea ... |
Topic: File Creation Time and a frightful thing |
Da Rossa
Replies: 7
Views: 192
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 10:34 am Subject: File Creation Time and a frightful thing |
Thanks for the clarifications about the timestamps!
About the goal I need: no, this doesn't have to get too complicated like that!
But lets see: if I have the current date to be set as the image ... |
Topic: File Creation Time and a frightful thing |
Da Rossa
Replies: 7
Views: 192
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 7:13 am Subject: File Creation Time and a frightful thing |
Hi, I have two questions about FileSetTime.
First, let me tell you that I very often take screenshots of certain windows in my computer then I send them via e-mail or host in photoservices like tin ... |
Topic: FileRead & FileAppend problem |
Da Rossa
Replies: 7
Views: 237
|
Forum: Ask for Help Posted: Tue Feb 16, 2010 1:22 am Subject: FileRead & FileAppend problem |
Wow its been quite a long time since I started this thread!
Now I'd like to ask you two things hugoV:
1 - The thing I want has not gone cold but I was reading your previous post about e-mail via ... |
Topic: Editing lines in a text file without opening it |
Da Rossa
Replies: 14
Views: 258
|
Forum: Ask for Help Posted: Sun Feb 14, 2010 1:14 am Subject: Editing lines in a text file without opening it |
But its ok gentlemen. Thanks for all your help in this. I really appreciate!! |
Topic: Editing lines in a text file without opening it |
Da Rossa
Replies: 14
Views: 258
|
Forum: Ask for Help Posted: Sat Feb 13, 2010 7:59 am Subject: Editing lines in a text file without opening it |
@ None:
Ok I'll add some code to count lines Smile
Didn't work at all! When I executed the script, it was like it ignored the file. I left the script and the txt file both in the desktop, and renam ... |
Topic: Editing lines in a text file without opening it |
Da Rossa
Replies: 14
Views: 258
|
Forum: Ask for Help Posted: Sat Feb 13, 2010 4:14 am Subject: Editing lines in a text file without opening it |
| @ Guest: your example only put the quote mark at the beginning and at the end of the txt file, not in each line. I replaced %filepath% with "text.txt" which lies on the desktop, along with t ... |
Topic: Suspend the script when some applications are active |
Da Rossa
Replies: 8
Views: 147
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 2:25 am Subject: Suspend the script when some applications are active |
Thanks!
And thanks to None too! |
Topic: Simple burning app to interact with ahk |
Da Rossa
Replies: 9
Views: 569
|
Forum: Utilities & Resources Posted: Tue Feb 09, 2010 1:48 am Subject: Simple burning app to interact with ahk |
but I think you'd be hard-pressed to do better than ImgBurn.
Sorry that my native language isn't English, but I didn't get that part.
Now I read the imgburn documentation, it appears to be satisf ... |
| |