topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday March 18, 2026, 3:10 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 71 72 73 74 75 [76] 77 78 79 80 81 ... 146next
1876
been using Virtual Box (VBox).  It was picked up by Cisco, but they haven't ruined it ... yet
:huh: Isn't that Oracle? (www.virtualbox.org, check page-footer)
1877
Living Room / Re: Gadget Fridays
« Last post by Ath on November 16, 2012, 01:39 AM »
I propose we have a thread where we can recommend gadgets that we like,
:Thmbsup:

Gadget to be read as in 'totally generic gadget', or does it have to be software-ish?
1878
Finished Programs / Re: DONE: Run At Specified Time
« Last post by Ath on November 14, 2012, 04:09 PM »
SleepTill updated/reached version 1.0.0

By request I added a few parameters/features:
- Date and Time offsets from 'now' can be specified
- No longer accepts '-' as option-specifier (needed for the days offset)

The offset for days can be specified by using -+<days> instead of a date. (Both the - and the + need to be there!)
Specify the offset for hours or minutes (seconds is no useful option imho) by using :+<hours> or ::+<minutes>
If an hour or minute offset is given, it is calculated from the current time, not from 00:00, that wouldn't be usable.

The updated /? help message:

SleepTill 1.0.0 (c) 2012, Ath : Wait for a date/time to occur, then continue.
Usage:
SleepTill [date] [-+days] [time] [:+hours|::+mins] [/d] [/?]
[date] : Optional date in yyyy-mm-dd format, default: today
[-+days] : Add 'days' to current date to wait for
[time] : Optional time in hh:mm[:ss] format, if not supplied: 00:00
[:+hours|::+mins] : Add 'hours' or 'minutes' to current time
/d : Show some debugging info
/? : Show this helpmessage
Remarks:
- Either date or time, or both, should be provided to start the wait
- Date/time should be in the future to start the wait
- Pressing Ctrl-C stops the wait


Download attached zipfile and extract. Use as documented.
1879
Finished Programs / Re: DONE: Run At Specified Time
« Last post by Ath on November 14, 2012, 05:51 AM »
I can add a feature like that. I'm not sure when I'll be working on the dev-system where I've made this tool. Maybe today, maybe tomorrow. Please hang-on.
1880
Living Room / Re: ~$300 Laptop/Netbook recommendations
« Last post by Ath on November 13, 2012, 02:17 PM »
Only some general advise:
Get a current model, not last-years shop-sale type of a 'bargain'.
Select on the screen quality/brightness, there is a difference; and take home the one that you tested being good...

For a girl of that age, looks do matter, AFAIR ;)
1881
General Software Discussion / Re: Best USB Encryption Software.
« Last post by Ath on November 13, 2012, 01:46 PM »
Which adds the most entropy - adding 30 to a number, or adding 10 three times?
I'd add 7, 11 and 13, because they're prime numbers, adding 31 in total which is also a prime number... :P :P ;D
1882
General Software Discussion / Re: Best USB Encryption Software.
« Last post by Ath on November 13, 2012, 10:27 AM »
1883
Found Deals and Discounts / Re: Website Backup Software BackupSF - 24-Hours Giveaway
« Last post by Ath on November 13, 2012, 08:47 AM »
@denn: And what's your relation to this product/website?
1884
General Software Discussion / Re: Strategies to stay with Windows 7 as long as possible
« Last post by Ath on November 12, 2012, 04:35 PM »
Windows 7 dropped support for 16-bit programs and programs which include legacy 16-bit code.
Minor correction: That is for x64 editions only, and it happened on Vista x64 (and probably on XP x64 before that) already.
1885
Living Room / Re: silly humor - post 'em here! [warning some NSFW and adult content]
« Last post by Ath on November 11, 2012, 11:40 AM »
Not the nine-oclock news?
1886
General Software Discussion / Re: WinSendKeys (Automate Task Scheduler)
« Last post by Ath on November 11, 2012, 04:50 AM »
Can you attach your Strokesfile please?

Edit: Seeing that you (seem to have) added --winwait schtasks.exe 6 to wait a maximum of 6 seconds for the executable to be loaded, that is probably the solution you need. Running the executable without permitting it some time to get running is apparently a bit too quick.
That's not an error, a feature or a bug, but just how things go (in Windows), IMHO.
1887
Found Deals and Discounts / Re: DiskBoss Pro v3.0 24-Hours Giveaway
« Last post by Ath on November 10, 2012, 02:12 PM »
E-mail sent...
Received a reply within a few minutes, loaded the unlock file and: It's registered! :Thmbsup:
1888
Found Deals and Discounts / Re: DiskBoss Pro v3.0 24-Hours Giveaway
« Last post by Ath on November 10, 2012, 02:02 PM »
E-mail sent...
1889
Found Deals and Discounts / Re: DiskBoss Pro v3.0 24-Hours Giveaway
« Last post by Ath on November 10, 2012, 01:53 PM »
It also can't find the update server, so it's definitely a proxy issue :huh:
1890
Found Deals and Discounts / Re: DiskBoss Pro v3.0 24-Hours Giveaway
« Last post by Ath on November 10, 2012, 01:50 PM »
Unfortunately I can't get it to register from behind my proxy server, despite setting the proxy parameters manually, and restarting the application :(
Or do I need a specific Customer Name that goes with this number?
1891
Living Room / Re: When you make your 100'th Post
« Last post by Ath on November 10, 2012, 10:20 AM »
A new entry for the 'interesting user-numbers' competition: 393939 :-[

Screenshot - 10-11-2012 , 17_16_25.png
1892
General Software Discussion / Re: WinSendKeys (Automate Task Scheduler)
« Last post by Ath on November 10, 2012, 06:15 AM »
Although the actual window title reads "C:\Windows\system32\schtasks.exe", the WindowName seems to be "schtasks.exe".
Well, the ProcessList() function of AutoIt returns just the name of the executable, and that is what is used/checked by WSK if a Window with the specified name can not be found.

Works like a charm now.

Nice program.  :)
Thanks :)
As usual, donations are welcome :-[ (not mandatory)
1893
General Software Discussion / Re: WinSendKeys (Automate Task Scheduler)
« Last post by Ath on November 10, 2012, 04:49 AM »
I think you also need to provide the name for the schtasks window that's active during the execution/wait for enter. It now is assuming it has to wait for a window called {ENTER}, and that's quite unlikely to exist. You may need a Window Spy tool or Process Explorer to find the exact name of the window/process while it is waiting for input.

Edit: Changing the -x parameter to -x schtasks.exe may be enough, but I have not enough test-data to try that out. Adding schtasks.exe before {ENTER} should fix it, AFAICS,
1894
General Software Discussion / Re: WinSendKeys (Automate Task Scheduler)
« Last post by Ath on November 10, 2012, 02:59 AM »
This is where the usual escape sequence for quotes is needed: Double the quotes

so I tried:
WinSendKeys.exe -d -xp "/create /xml ""X:\task.xml"" /ru ""COMPUTER NAME\USER NAME"" /tn ""Imported Task""" ?

and got in the log:
2012-11-10 09:55:34.931, Debug logging enabled
2012-11-10 09:55:34.932, Executable Parameters specified: /create /xml "X:\task.xml" /ru "COMPUTER NAME\USER NAME" /tn "Imported Task"
2012-11-10 09:55:34.932, Window: ?
2012-11-10 09:55:34.934, Windowhandle: 0
2012-11-10 09:55:34.934, Window '?' not found.


No special handling required I guess :D
1895
so I'm really not sure what niche this tool serves..
Do you need it to be a niche? If it would integrate with SSC, that's a niche in it's own right! :-*
And it's from/by DC's patriarch: Mouser :Thmbsup: :Thmbsup: :Thmbsup:
1896
My goal of keeping options to a minimum was an utter failure as those here who know me predicted:
;D

And a name with 'Simple' in it is now also untrue ;D
but 'Easy' is still possible :up:
1897
N.A.N.Y. 2013 / Re: NANY 2013: Please post requests!
« Last post by Ath on November 08, 2012, 02:30 PM »
Tao, we talked in PM around March/April, so you'd be able to read it back there ;)
1898
Beta going up tonight (thursday 11/8/12).  :up:
Yay :Thmbsup:
1899
N.A.N.Y. 2013 / Re: NANY 2013: Please post requests!
« Last post by Ath on November 08, 2012, 02:15 PM »
I have one idea that's a bit too far for a Coding Snack but it could work as a Coding Lunch with I think some partial commissioned code already
I think we discussed it then, and couldn't get to an agreement/understanding of what, how and when. But maybe it was just me, being confused :o

Writing this thread I was thinking of just a general idea of a tool/app/solution to be coded, but eventually I found me a subject and pledged with that already :D

But I'd be able to pick up a snack-size target if you have one 8)
1900
Or what about:
"Easy Screencast Recorder"

That's my current favorite.
Then I'd go for the Full Monty: "Mouser's Easy Screencast Recorder" :Thmbsup:
Pages: prev1 ... 71 72 73 74 75 [76] 77 78 79 80 81 ... 146next