Search found 366 matches

by Tomer
22 May 2017, 15:22
Forum: Wish List
Topic: Suggestions for the forums
Replies: 3
Views: 2936

Re: Suggestions for the forums

Agree!
by Tomer
22 May 2017, 10:30
Forum: Ask for Help (v1)
Topic: Help with reload
Replies: 4
Views: 951

Help with reload

hii, i want reload a script by a code exactly like i reload it in the picture below i know i can use reload , but its keeps reloading the script non stop and i want it to reload it only one time https://cnet2.cbsistatic.com/img/X2-TBUZmPTC63QestxNwMwrKYDc=/2012/05/14/4257f3e4-fdb6-11e2-8c7c-d4ae52e6...
by Tomer
11 May 2017, 06:04
Forum: Ask for Help (v1)
Topic: Delete lines from CSV File Topic is solved
Replies: 14
Views: 4269

Re: Delete lines from CSV File Topic is solved

BoBo wrote:
Tomer wrote:Thank you both BoBo & aaffe,
working great.
You definitely should check out ahk7[-nli]'s contribution above :thumbup:
yep, i replied after i checked it,
working great, tnx!

edit: just noticed ahk7 post,
thanks to you too, great lib from you!
by Tomer
11 May 2017, 05:06
Forum: Ask for Help (v1)
Topic: Delete lines from CSV File Topic is solved
Replies: 14
Views: 4269

Re: Delete lines from CSV File Topic is solved

Thank you both BoBo & aaffe,
working great.
by Tomer
11 May 2017, 04:09
Forum: Ask for Help (v1)
Topic: Delete lines from CSV File Topic is solved
Replies: 14
Views: 4269

Re: Delete lines from CSV File Topic is solved

by the way, im trying to do this also in other way: script below is delete only the first line, i tryed changing If A_Index = 1 to if A_index <3 but failed to get it work. Thanks! Loop, Read, test_file.csv, new_test_file.csv { If A_Index = 1 Continue FileAppend, %A_LoopReadLine%`n }
by Tomer
11 May 2017, 02:37
Forum: Ask for Help (v1)
Topic: Delete lines from CSV File Topic is solved
Replies: 14
Views: 4269

Re: Delete lines from CSV File Topic is solved

edit the file and save it again wont work ?
by Tomer
11 May 2017, 02:05
Forum: Ask for Help (v1)
Topic: Delete lines from CSV File Topic is solved
Replies: 14
Views: 4269

Delete lines from CSV File Topic is solved

Hii,

What is the best way to delete from a CSV file the first 2 lines:
Line 1 and Line 2

Thanks in advance!
by Tomer
07 May 2017, 04:57
Forum: Ask for Help (v1)
Topic: help with breaking a loop to start another loop Topic is solved
Replies: 2
Views: 636

help with breaking a loop to start another loop Topic is solved

Hii, Im trying to display "blinking message" with a loop, problem is its working only once, after 2 clicks the loop wont break and start again.. tnx in advance! Gui Add, Button, x95 y10 w80 h23 gLoop1, Button1 Gui Add, Button, x10 y10 w80 h23 gLoop2, Butoon2 Gui Font, c0xFF0000 Gui Add, Text, x50 y4...
by Tomer
27 Mar 2017, 03:42
Forum: Scripts and Functions (v1)
Topic: WinSpy - Window Information Tool
Replies: 54
Views: 95138

Re: WinSpy - Window Information Tool

Awesome!
Thank you Alguimist!
by Tomer
27 Mar 2017, 03:27
Forum: Ask for Help (v1)
Topic: show msgbox when opening a folder Topic is solved
Replies: 5
Views: 1318

Re: show msgbox when opening a folder Topic is solved

Try this:

Code: Select all

WinWait, Extra-Files
    MsgBox, Do this and that.
you can add a loop if you want it to repeat.
by Tomer
26 Mar 2017, 05:45
Forum: Ask for Help (v1)
Topic: Help with FileSelectFile to limit size file Topic is solved
Replies: 3
Views: 944

Help with FileSelectFile to limit size file Topic is solved

Hii, Ive got this script which copying a selected file to some another folder, I want to limit the choose of the file in size \ 5mb. I mean: if I select file with size more than 5mb then I won't be able to continue. thanks in advance! FormatTime, TimeString,, LongDate FileSelectFile, OutputVar, s, S...
by Tomer
14 Mar 2017, 06:28
Forum: Ask for Help (v1)
Topic: Logoff all users, expect the current logged user. possible ? Topic is solved
Replies: 4
Views: 1507

Re: Logoff all users, expect the current logged user. possible ? Topic is solved

Hi, I don't have the time right now to write out a full example, but I'd go about it like this: Elevate your script: https://autohotkey.com/docs/commands/Run.htm#RunAs Get the session ID (see this and this for an example) and the username of the account the script is running under/in Get a list of ...
by Tomer
14 Mar 2017, 06:25
Forum: Ask for Help (v1)
Topic: Logoff all users, expect the current logged user. possible ? Topic is solved
Replies: 4
Views: 1507

Re: Logoff all users, expect the current logged user. possible ? Topic is solved

Ok I managed to write something and thought to share It if someone will need it someday: Logoff inactive users only: #SingleInstance force #NoEnv #NoTrayIcon log = c:\logoff.txt RunWait,%comspec% /c query session >>%log%,, hide FileRead,log_file,%log% log_filecsv = % RegExReplace(log_file, a_space "...
by Tomer
13 Mar 2017, 07:57
Forum: Ask for Help (v1)
Topic: Logoff all users, expect the current logged user. possible ? Topic is solved
Replies: 4
Views: 1507

Logoff all users, expect the current logged user. possible ? Topic is solved

Hey,

is possible to logoff all logged users except the user that will run this script ?
Will be thankful if someone can help me with this.

thanks!
by Tomer
26 Jan 2017, 01:46
Forum: Ask for Help (v1)
Topic: Help with -WantReturn Topic is solved
Replies: 2
Views: 1135

Re: Help with -WantReturn Topic is solved

Thank you very much kon.

Go to advanced search