Search found 261 matches

by vmars316
Wed Jul 24, 2019 9:03 am
Forum: Portable Freeware Discussion
Topic: Snapshoter no audio ??
Replies: 4
Views: 14663

Snapshoter no audio ??

Hello & Thanks , https://www.portablefreeware.com/index.php?id=2093 I like Snapshoter for its size & simplicity but , so far , Snapshoter doesn't make audio . Is there a fix for this , perhaps some codex files I can add ? Thanks Hmm... I am having the same "no audio" problem with S...
by vmars316
Sat Jul 06, 2019 1:59 pm
Forum: Portable Freeware Submission
Topic: Kid3 (audio tagger & file manager)
Replies: 21
Views: 53450

Re: Kid3 - audio file metadata manager

Turns out 'mp3 Tag Tools' does a great job .
https://www.portablefreeware.com/index.php?id=571
vm
by vmars316
Fri Jul 05, 2019 4:24 pm
Forum: Portable Freeware Submission
Topic: Kid3 (audio tagger & file manager)
Replies: 21
Views: 53450

Kid3 Make Filename = Title Tag - Automatically

Hello & Thanks ,
Can't figure out how to
'Make filename = Title Tag- Automatically .
I have 57 files that I want to make the
FileName to override what's currently in Title tag .
Plz, how can I do this .

Thanks
by vmars316
Mon May 27, 2019 4:24 pm
Forum: Portable Freeware Discussion
Topic: small footprint 'text editor' program with command line ?
Replies: 9
Views: 29903

Re: small footprint 'text editor' program with command line ?

Hmm... Just needed to issue a sendkey to the "Find" window . Works great , and compiles to 12kb . Thanks RunProgram("notepad.exe","","",0) w$="Untitled - Notepad" ; Specifies target window name. Delay(1000) : SendKeys(0,w$,"This is a test!"...
by vmars316
Mon May 27, 2019 5:23 am
Forum: Portable Freeware Discussion
Topic: small footprint 'text editor' program with command line ?
Replies: 9
Views: 29903

Re: small footprint 'text editor' program with command line ?

Well that sounds reasonable .
I will check it out .
Thanks
by vmars316
Sun May 26, 2019 4:17 pm
Forum: Portable Freeware Discussion
Topic: small footprint 'text editor' program with command line ?
Replies: 9
Views: 29903

Re: small footprint 'text editor' program with command line ?

Hmm...
Plz , how large is the program + Autokey overhead ?
Thanks
by vmars316
Sat May 25, 2019 5:14 pm
Forum: Portable Freeware Discussion
Topic: small footprint 'text editor' program with command line ?
Replies: 9
Views: 29903

Re: small footprint 'text editor' program with command line ?

appuser : Anyways , I get real close with this code in PureBasic : RunProgram("c:notepad.exe","","",0) w$="Untitled - Notepad" ; Specifies target window name. Delay(1000) : SendKeys(0,w$,"This is a test!") ; Type some dummy text. Delay(1000) : SendKe...
by vmars316
Thu May 23, 2019 2:31 pm
Forum: Portable Freeware Discussion
Topic: small footprint 'text editor' program with command line ?
Replies: 9
Views: 29903

Re: small footprint 'text editor' program with command line ?

I am updating my app here:
clipLog/clipFind - The Portable Freeware Collection
And want to make it into a FULL Pim .
If I can't find an adequate 'text editor'
I'll have to write it myself .
Ugh!
by vmars316
Wed May 22, 2019 2:34 pm
Forum: Portable Freeware Discussion
Topic: small footprint 'text editor' program with command line ?
Replies: 9
Views: 29903

small footprint 'text editor' program with command line ?

Hello & Thanks , Windows 10 I haven't figured out how to do this in Notepad , FIND and FINDSTR don't work for this , so : Is there a small footprint 'text editor' program that can be called from another program passing to it a FIND 'text string' so that it opens the *.txt file at that line ? Tha...
by vmars316
Wed Apr 24, 2019 1:02 pm
Forum: Portable Freeware Submission
Topic: VideoCacheView
Replies: 43
Views: 72998

Re: VideoCacheView

Thanks
by vmars316
Sat Apr 20, 2019 1:59 pm
Forum: Portable Freeware Submission
Topic: VideoCacheView
Replies: 43
Views: 72998

VideoCacheViewer can't find Chrome files

Hello & Thanks ,
win 10:
VideoCacheViewer can't find Chrome Cache files .
Can only find Iexplorer and mozill/firefox
And the files that is does find can't be read .
Is there a special program that can read these files ?
Thanks
by vmars316
Sat Feb 23, 2019 12:52 pm
Forum: CLI Submissions
Topic: NirCmd
Replies: 38
Views: 81285

Re: NirCmd speak text ~$clipboard$ slow down speech ?

Ah Wonderful Thanks !
Yes , I found some more examples here
http://nircmd.nirsoft.net/speak.html
This works perfectly for me:
"C:\pimClip\nircmd.exe" speak text ~$clipboard$ -5

Thanks
by vmars316
Fri Feb 22, 2019 1:17 pm
Forum: CLI Submissions
Topic: NirCmd
Replies: 38
Views: 81285

NirCmd speak text ~$clipboard$ slow down speech ?

Hello & Thanks ,
For NirCmd :
speak text ~$clipboard$ , is there a cmd to control
speak speed ? I would like to slow down speech .

Thanks
by vmars316
Fri Dec 21, 2018 3:22 pm
Forum: Portable Freeware Submission
Topic: TVideoDownloader
Replies: 21
Views: 30846

Re: TVideoDownloader

Windows 10 , TVideoDownloader 2.0.2.518 for x64
Hmm...
Whenever I Add a url link
program returns a message "adding given URL"
and then when I press Download
up pops an error window with
"Please add links first ".
Any fix for this ?
Thanks