AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 164 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Does FileAppend have filesize limitations?
Bartimus

Replies: 2
Views: 86

PostForum: Ask for Help   Posted: Wed Feb 08, 2012 7:50 pm   Subject: Does FileAppend have filesize limitations?
The number of lines in a file should not matter when using fileappend.I didn't think it did. I even read the manual just to be sure.
Can you paste the code you are using? Chances are there is some ...
  Topic: Does FileAppend have filesize limitations?
Bartimus

Replies: 2
Views: 86

PostForum: Ask for Help   Posted: Wed Feb 08, 2012 5:41 pm   Subject: Does FileAppend have filesize limitations?
Wonder if anyone can answer this for me?

I was trying to perform a file append to an existing file. Just a one line of text, probably not more than 32 characters in length.

now the file that I' ...
  Topic: Problem Creating Shortcuts in Win7
Bartimus

Replies: 2
Views: 71

PostForum: Ask for Help   Posted: Mon Jan 30, 2012 7:07 pm   Subject: Problem Creating Shortcuts in Win7
Think it worked after all
seems that Win7 desktop update didn't happen so they never showed up
  Topic: Problem Creating Shortcuts in Win7
Bartimus

Replies: 2
Views: 71

PostForum: Ask for Help   Posted: Mon Jan 30, 2012 4:55 pm   Subject: Problem Creating Shortcuts in Win7
I'm having problems being created in Window 7.
The account I'm using has Domain Admin access and UAC is turned off. Here are two of the shortcuts I'm trying to createFileCreateShortcut, C:\Primu ...
  Topic: Questions about LOOP
Bartimus

Replies: 4
Views: 124

PostForum: Ask for Help   Posted: Wed Nov 30, 2011 1:14 pm   Subject: Questions about LOOP
Thanks to all that replied

Odlanir... your solution seems to me to work the best. Thanks

I should have figured this out, but hand AHK'd in awhile and so my mind just is kinda numb Smile
  Topic: Questions about LOOP
Bartimus

Replies: 4
Views: 124

PostForum: Ask for Help   Posted: Tue Nov 29, 2011 10:40 pm   Subject: Questions about LOOP
I got a question for a script I'm working on.

I'm doing a FileReadLine in my script, but I don't want to read every line.
Can I:
A) increment the loop count by say 5, so I could just read lines 5 ...
  Topic: Windows 7 lockingworkstation not working
Bartimus

Replies: 2
Views: 104

PostForum: Ask for Help   Posted: Thu Nov 03, 2011 4:29 pm   Subject: Windows 7 lockingworkstation not working
Just one thing :
N00B ! Twisted Evil Man!... rack me over the coals... hahahaha

You must escape the comma !!!I can't believe I missed that. Thanks for pointing it out
  Topic: Windows 7 lockingworkstation not working
Bartimus

Replies: 2
Views: 104

PostForum: Ask for Help   Posted: Thu Nov 03, 2011 6:48 am   Subject: Windows 7 lockingworkstation not working
Okay... seem to be having a problem with what should be a very straight forward and simple script.
All I want to do is create a script that will lock a Windows 7 workstation and then have the monitor ...
  Topic: PsExec (GUI Front End) - Remote Process Execution
Bartimus

Replies: 29
Views: 39798

PostForum: Scripts & Functions   Posted: Thu Jul 21, 2011 3:10 pm   Subject: PsExec (GUI Front End) - Remote Process Execution
Does anyone know how this could be tweaked to allow it to pipe the results?

PsExec doesn't have a method of outputting it's results that I'm aware of. I've tried the standard piping method and all ...
  Topic: Creating HTML with AHK
Bartimus

Replies: 4
Views: 139

PostForum: Ask for Help   Posted: Thu Mar 03, 2011 10:00 pm   Subject: Creating HTML with AHK
Here's an example of how to streamline this task for your perusal:
Thanks Sinkfaze. I was wondering how I was gonna figure that one out. fumbled throw what I know and settled for fixed with columns ...
  Topic: Creating HTML with AHK
Bartimus

Replies: 4
Views: 139

PostForum: Ask for Help   Posted: Thu Mar 03, 2011 8:51 pm   Subject: SOLVED: Creating HTML with AHK
the problem is probably here with the % signs you need to escape them with a ` width="20`%"
HOGOV,
Thanks for the reply... and solution. Sometimes the littles things ESC you... hahaha.
  Topic: Creating HTML with AHK
Bartimus

Replies: 4
Views: 139

PostForum: Ask for Help   Posted: Thu Mar 03, 2011 7:58 pm   Subject: Creating HTML with AHK
okay... I tried looking for this in the forum, but didn't stumble on it. I'm sure it's somewhere, but kinda hard to search for stuff when you're constantly being interrupted at work. Anyways.....
...
  Topic: Detecting blank DVDs
Bartimus

Replies: 1
Views: 235

PostForum: Ask for Help   Posted: Fri Aug 20, 2010 2:25 pm   Subject: Detecting blank DVDs
I'm looking for a little bit of help here.

I'm workin on a script that burns ISOs to DVDs. I have a 12 DVD burners attached to my system (I know... a bit obsessive). Anyways, I've tried using the ...
  Topic: is this possible w/ autohotkey (key sound fx)
Bartimus

Replies: 5
Views: 557

PostForum: Ask for Help   Posted: Wed Jun 23, 2010 5:20 pm   Subject: is this possible w/ autohotkey (key sound fx)
Here's one that I created:

SCRIPT:

#SingleInstance, force

Process, Priority,,low
IfNotExist KeySound Config.ini
{
FileInstall, KeySound Config.ini,KeySound Config.ini
MsgBox, 48, ...
  Topic: Adding non-Shell icons into ListView
Bartimus

Replies: 1
Views: 493

PostForum: Ask for Help   Posted: Wed Jun 23, 2010 4:57 pm   Subject: Adding non-Shell icons into ListView
I'm trying to write a script that lists various filetypes. The list works great and I'm expanding it a little bit. I want to show an Icon next to the filename in my list. I can get my script to loa ...
 
Page 1 of 11 Goto page 1, 2, 3 ... 9, 10, 11  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group