Messages - akx [ switch to compact view ]

Pages: prev1 2 3 [4]
16
General Software Discussion / Re: Adding text 'silently'?
« on: May 30, 2009, 12:46 PM »
A simple "take note" batch file, let us call it takenote.bat, that also notes the date and time (Windows XP and above, I think, due to the command extensions used) would be...
@echo off
if x%* == x goto e
date /t >> todo.txt
time /t >> todo.txt
echo %* >> todo.txt
echo ------------------------ >> todo.txt
goto q
:e
start todo.txt
:q

Basically, what that does is take the user's entered note (takenote Feed the cats!) if given, or shows the current todo.txt file if no parameters are given (takenote).
The only con I can think of here is that the date and time are somewhat messily on separate lines. I'm not that hot on the syntax for Windows's batch files to make it concatenate those on only one line.

Hope that helps!

17
Post New Requests Here / Re: IDEA: Record Source Selector
« on: September 13, 2006, 06:31 AM »
It gave me the message, then started to leak memory, didn't quit. With a non-contested CPU usage (was playing World of Warcraft while I first tested it ;) ) it jumps to around _400_ megs in less than 5 seconds.

I'm using Windows XP Pro SP2, and a nForce2 integrated chipset with audio.

18
Post New Requests Here / Re: IDEA: Record Source Selector
« on: September 12, 2006, 02:46 PM »
Soundzwörg failed for me: "No input lines found", then it started leaking memory; it was at 49 megs when I ended the process...

Can you release the source? Please? Pretty please?

19
Post New Requests Here / Re: IDEA: Record Source Selector
« on: August 17, 2006, 08:21 AM »
That is for sound card selection, not the recording inputs of one sound card... so not what I want. A good find anyway :)

20
Post New Requests Here / IDEA: Record Source Selector
« on: August 16, 2006, 04:56 PM »
A simple tray app with a popup menu for choosing between the different recording sources for the Windows mixer would be _just_ what I need now. (Also a volume control for the selected source, with 10% or 5% increments.. then it'd be perfect) :)

Pages: prev1 2 3 [4]
Go to full version