| Author |
Message |
Forum: Support Topic: Fill out same form 140 times with different sets of info??? |
| Chessking |
|
Posted: August 9th, 2010, 9:22 pm
|
|
Replies: 19 Views: 567
|
| Well they are stored in excel, or notepad what ever is easier for the code. Cliffco parts recieved: 990000 parts rejected: 10 Bass Lumber parts recieved: 100000 parts rejected: 1234 Dell Parts recieved: 2345 parts rejected: 2344 Jon Doe parts recieved: 10000 parts rejected: 100 only red stuff is th... |
|
 |
Forum: Support Topic: Need help with pulling system information. |
| Chessking |
|
Posted: June 17th, 2010, 5:34 pm
|
|
Replies: 2 Views: 260
|
| I don`t know if this would help any under regedit [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Registration] "ProductId"="12345-OEM-1234567-12345" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "RegisteredOrganization"="Smith Family&q... |
|
 |
Forum: Support Topic: month and year |
| Chessking |
|
Posted: January 13th, 2010, 4:35 am
|
|
Replies: 4 Views: 267
|
That does the trick..
use a varible.. kewl.
thanks!
Code: F5:: Date := A_Now Date += -90,D FormatTime Date, %Date%, MMMM yyyy send %date% Sleep, 100 return
F9::ExitApp
|
|
 |
Forum: Support Topic: month and year |
| Chessking |
|
Posted: January 13th, 2010, 4:07 am
|
|
Replies: 4 Views: 267
|
| very close. F5:: send %A_MMMM% %A_YYYY% Sleep, 100 return F9::ExitApp now, If I can subtract 90 days. script shows January 2010 I need it to subtract 90 days and show what every month it is and year example.. it takes the current date and subtract 90 days and output would be month and year. October ... |
|
 |
Forum: Support Topic: month and year |
| Chessking |
|
Posted: January 13th, 2010, 2:52 am
|
|
Replies: 4 Views: 267
|
| Just trying to get output of Current month and year ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other <myemail@nowhere.com> ; ; Script Function: ; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows ... |
|
 |
Forum: Support Topic: rename multiple files in multiple folders |
| Chessking |
|
Posted: July 6th, 2009, 12:51 pm
|
|
Replies: 5 Views: 717
|
| well, I spent the who weekend renaming folders.. it turns out i have over 1300 folders with pictures in them. Putting 1300 folders listed in this script won't be pratical I collected all my vacation pictures and folders from all years. they are now in 1 folder depth. example. c:\temp\directory\1\01.... |
|
 |
Forum: Support Topic: rename multiple files in multiple folders |
| Chessking |
|
Posted: July 2nd, 2009, 5:44 pm
|
|
Replies: 5 Views: 717
|
| hmm.. doesn't work. for testing i changed the directory DirList = (LTrim C:\Temp\test C:\Temp\test1 C:\Temp\test2 ) Loop, parse, DirList, `n, `r { CurrentDir := A_LoopField, FilePattern := A_LoopField "*.jpg" Loop, % FilePattern FileMove, % CurrentDir "DSC00000" A_In... |
|
 |
Forum: Support Topic: rename multiple files in multiple folders |
| Chessking |
|
Posted: July 2nd, 2009, 12:49 pm
|
|
Replies: 5 Views: 717
|
| Holiday photos. I have lots of duplicate file names. Ie. DSC000001.jpg,DSC000002.jpg …. In multiple folders. Example. \SeaWorld\DSC000001.jpg \SeaWorld\DSC000002.jpg \SeaWorld\DSC000003.jpg \Disney\ DSC000001.jpg \Disney\ DSC000002.jpg \Disney\ DSC000003.jpg \Animal Kingdom\ DSC000001.jpg \Animal Ki... |
|
 |
Forum: Support Topic: Automatically shutdown the PC after an hour of inactivity. |
| Chessking |
|
Posted: April 29th, 2009, 2:12 pm
|
|
Replies: 20 Views: 3857
|
|
 |
Forum: Support Topic: Automatically shutdown the PC after an hour of inactivity. |
| Chessking |
|
Posted: April 28th, 2009, 7:34 pm
|
|
Replies: 20 Views: 3857
|
| there are products like net nanny that will turn your internet off after a period of time. almost like an alarm clock type of setting. |
|
 |
Forum: Support Topic: in progress.. where to put the X & Y? |
| Chessking |
|
Posted: April 15th, 2009, 2:38 pm
|
|
Replies: 2 Views: 366
|
Kewl, Works like a charm!
Thanks, |
|
 |
Forum: Support Topic: in progress.. where to put the X & Y? |
| Chessking |
|
Posted: April 14th, 2009, 7:52 pm
|
|
Replies: 2 Views: 366
|
| where do you put the X & Y? I need the correct format. #SingleInstance, force Progress, M w200, By Chessking, Schedule Creator, Progress, 0 ;RunWait,Clear.exe Progress, 20 ;RunWait,Step1.exe Progress, 40 ;RunWait,Step2.exe Progress, 60 ;RunWait,Step3.exe Progress, 80 ;RunWait,Step4.exe Progress,... |
|
 |
Forum: Support Topic: testing parse, Create a duplicate file |
| Chessking |
|
Posted: April 2nd, 2009, 6:41 pm
|
|
Replies: 20 Views: 744
|
| actually that is what I`m doing now..( i have a script that does this for me.) open with excel move column "G" inbetween "B" & "C" then. delete all columns past "D" so I retain A,B,C (old G), D then I use a different script to process the file futher. I wa... |
|
 |
Forum: Support Topic: testing parse, Create a duplicate file |
| Chessking |
|
Posted: April 2nd, 2009, 4:18 pm
|
|
Replies: 20 Views: 744
|
| I think i've got it.. over 90% right.. a few line are wrong... really wrong! I think i can fix it.. But this is real close! there is something specific about these lines... I need to figure out what it is.. in the extracted csv there is a blank "C" cell... in original there is a number.. a... |
|
 |
Forum: Support Topic: testing parse, Create a duplicate file |
| Chessking |
|
Posted: April 2nd, 2009, 3:49 pm
|
|
Replies: 20 Views: 744
|
so this isn't right?
Code: ;csvfile= ; replace by fileread FileRead, csvfile, fedroom1.csv
|
|
 |
| Sort by: |