| Author |
Message |
Forum: Support Topic: Button Issues |
| Lou Cefer |
|
Posted: June 6th, 2010, 8:45 pm
|
|
Replies: 4 Views: 184
|
| awesome, ill have to tweak it a bit but definitely a push in the right direction thank you. |
|
 |
Forum: Support Topic: Button Issues |
| Lou Cefer |
|
Posted: June 6th, 2010, 6:45 pm
|
|
Replies: 4 Views: 184
|
| im sure you are going to ask for some code as an example so here, ; im sure there is an easier/smaller way of doing this as well filereadline,line1,C:\opconfig.csv,1 filereadline,line2,C:\opconfig.csv,2 filereadline,line3,C:\opconfig.csv,3 filereadline,line4,C:\opconfig.csv,4 filereadline,line5,C:\o... |
|
 |
Forum: Support Topic: Button Issues |
| Lou Cefer |
|
Posted: June 6th, 2010, 6:34 pm
|
|
Replies: 4 Views: 184
|
| i have a script where there are buttons on a GUI that are titled by a Variable. it works to that point but Button%Var1%: does not work is there something im missing or is there a different way this needs to be done? |
|
 |
Forum: Support Topic: issues with file append |
| Lou Cefer |
|
Posted: July 19th, 2009, 5:40 pm
|
|
Replies: 2 Views: 218
|
| so in looking at the code now i see where the issue may be, under the file append command, A_loopreadline, what should that be? |
|
 |
Forum: Support Topic: issues with file append |
| Lou Cefer |
|
Posted: July 19th, 2009, 5:39 pm
|
|
Replies: 2 Views: 218
|
| i am trying to read lines of text from a file and add those lines to an excel sheet, Loop,Read,E:\Work\opcount { Loop,parse,A_LoopReadLine, { fileappend,A_loopreadline,E:\work\test.xls } } exitapp what have i done wrong? and also how do i change which sheet in the excel file it w... |
|
 |
Forum: Support Topic: Capture IP Printers |
| Lou Cefer |
|
Posted: May 24th, 2009, 3:08 pm
|
|
Replies: 5 Views: 599
|
did you figure it out??
i am dreaming up an app that will change the default printer for a user. my company utilizes many different printers, each has a unique network address. I assume that this will need a lot of the same coding that you require for yours. |
|
 |
Forum: Support Topic: FileMove,FileCopy wildcard questions |
| Lou Cefer |
|
Posted: May 11th, 2009, 1:11 am
|
|
Replies: 6 Views: 461
|
cause im lazy  |
|
 |
Forum: Support Topic: FileMove,FileCopy wildcard questions |
| Lou Cefer |
|
Posted: May 11th, 2009, 12:32 am
|
|
Replies: 6 Views: 461
|
| ok i got something working to solve that issue. now i am trying to figure out how to copy all of a certain type of file, for example .txt would something like this work filecopy,D:*.txt,E: would this take all .txt files from D: regardless of folders or subfolders and copy them to the E: drive? |
|
 |
Forum: Support Topic: FileMove,FileCopy wildcard questions |
| Lou Cefer |
|
Posted: May 3rd, 2009, 11:23 pm
|
|
Replies: 6 Views: 461
|
| ok so i am going at it from a different angle Loop, read, E:\folderlist.txt { Loop, parse,A_LoopReadLine, { Filecopy,E:\ops\%a_LoopReadLine%\file,C:\ops\%a_LoopReadLine% } } folderlist.txt is a list of the folders that are available. this isnt quite working though. what have i do... |
|
 |
Forum: Support Topic: FileMove,FileCopy wildcard questions |
| Lou Cefer |
|
Posted: May 3rd, 2009, 9:59 pm
|
|
Replies: 6 Views: 461
|
| Is it possible to utilize FileMove with a wildcard such as FileMove, E:\ops\*\file, C:\ops so i have multiple folders each has a file in it named file and i want to move them to C:\ops additionally, can i name the files that i just moved after the wildcard folder they just came from? |
|
 |
Forum: Support Topic: changing enviromental variables |
| Lou Cefer |
|
Posted: May 3rd, 2009, 6:17 pm
|
|
Replies: 1 Views: 184
|
why is this not working
Code: envset,a_username,different username msgbox, %a_username%
|
|
 |
Forum: Support Topic: change color of a gui control |
| Lou Cefer |
|
Posted: April 19th, 2009, 6:16 pm
|
|
Replies: 1 Views: 375
|
i have searched the help file and forum but have not been able to figure out how to change the color of a button. i know stupid question.  |
|
 |
Forum: Support Topic: Microsofts Calculator Clone |
| Lou Cefer |
|
Posted: February 26th, 2009, 1:52 am
|
|
Replies: 1 Views: 326
|
| i am trying to find/make a calculator exactly or close to microsofts. i used Rajats GUI Stealer to get this far Gui, Add, Edit, x7 y21 w239 h23 , 0. Gui, Add, Button, x7 y92 w36 h29 , MC Gui, Add, Button, x7 y125 w36 h29 , MR Gui, Add, Button, x7 y157 w36 h29 , MS Gui, Add, Button, x7 y190 w36 h29 ,... |
|
 |
Forum: Support Topic: help with sendraw |
| Lou Cefer |
|
Posted: February 22nd, 2009, 9:59 pm
|
|
Replies: 2 Views: 290
|
sweet.
also let this anger me for a bit
Code: Sendraw, %password%{ENTER} return
realized i was just being dumb. |
|
 |
Forum: Support Topic: help with sendraw |
| Lou Cefer |
|
Posted: February 22nd, 2009, 6:29 pm
|
|
Replies: 2 Views: 290
|
| so i have this program that when first opened will ask the user their password and will store it as a variable. thru buttons on a GUI they are able to open different programs that they need to utilize the password for. Depending on the symbols their password utilizes some people are unable to open t... |
|
 |
| Sort by: |