topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday November 11, 2025, 8:34 am
  • 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 ... 33 34 35 36 37 [38] 39 40 41 42 43 ... 46next
926
Thanks rjbull,
that's very helpfully.

I played around a bit (i like unix tools but i have mostly plain dos commends only):

>To append file1 at the end of file2, type
>        cat file1 >> file2
C:\>type file1 >>file2

To append a line of text at the end of file2, type
C:\>echo "some text" >>file2

To append a line of text at the beginn of file3, type
C:\>echo "some text" >tmpfile && type file3 >> tmpfile && ren tmpfile file3

927
Screenshot Captor / Re: Feature req: disable hot keys
« Last post by AbteriX on October 06, 2005, 10:28 AM »
Reminder:

> disable/enable  all SC hotkeys from TNA-menu


928
Screenshot Captor / Re: Request: flip and rotade
« Last post by AbteriX on October 06, 2005, 10:25 AM »
Any responce
if flip and fine rotade
is possible in the future...

or to heavy to implement ?  :)
929
Screenshot Captor / [.13] there is no CANCEL in Settings dialog
« Last post by AbteriX on October 06, 2005, 10:11 AM »
[.13] there is no CANCEL in Settings dialog...
even if i leave with the [X] button the modifications are taken.

I mean, one should be able to play around in settings
and leave the dialog by canceling the modifcations.

i.e.
i miss an [Cancel]-button.

.
930
Screenshot Captor / Re: [Poll] SC settings questions
« Last post by AbteriX on October 06, 2005, 10:08 AM »
REMINDER

Stil not modified in .13 is:

> New unpacked SC "General settings"
> is always "[] Auto save changes"
> I suggest "Confirm on file replace" should be the standard.


---


> "User Clipart Dir:"
> Button on the right point to an EXE, not to an folder.

---

> And all dialog boxes (Image Editor and File Explorer)
> have the same caption "Select the Image Editor Program"


.
931
Screenshot Captor / [.13] failure 'cus old changes are not saved yet
« Last post by AbteriX on October 06, 2005, 09:42 AM »
This behaviour is not so good:

- i modify just an shot
- while doing so, i do an another shot
- but SC comes NOT to front ('cus i be asket to "change my modifies or not" in the back ground)
- the windows i want to capture is still in front (instead of the SC save dialog)


i.e
if SC wants an responce from me
his dialog box should come in front.
932
a few Text manipulation tools i know (and try to use):

* DOS (like dajo's)
* sed
* awk

*
Title   : FILTER
Version : 4.0
Date    : Mar 24,2000
Author  : J.R. Ferguson, Amsterdam, The Netherlands
Download: http://hello.to/ferguson (DOS Filters)


Usage : FILTER [[<]in] [>out] [/option[...]] [...]] [txtopt [...]]

option: C[n,s,d]   Copy n characters from position s to d.
        D[n,p]     Delete n characters at position p.
        E[+/-][n]  Expand tabs (
  • ) or replace spacegroups by tabs (-),

                   where n [8] is tab field length.
        F[n,m]     Fill nonblank lines with dots to width n [70],
                   skipping first m
  • lines. Implies /T.

        H          Send this help text to (redirected) output.
        ?          Send this help text to screen (page by page)
        I[n,p]     Insert n spaces at position p.
        J[+/-]     Add/remove Carriage Return before Line Feed
  • .

        L[+/-]     Add/remove Line Feed after Carriage Return
  • .

        M[n,s,d]   Move n characters from position s to d.
        N[n]       Number lines, use n [4] digits,
        O[n,s,d]   Overwrite n chars from position s to d.
        P          Reset parity bit. Implied by /W.
        R[n]       Remove n trailing lines after processing /S and /X.
        S[n,m]     Skip m lines starting at line n.
        T          Trim trailing blanks. Implied by /F.
        U[+/-]     Convert to upper/lower case
  • .

        V[n,s]     Reverse n [all] characters starting at position s.
        W          Wordstar document ==> ASCII textfile. Implies /P.
        X[n,m]     Extract m lines starting at line n.
        Z
  •        Remove NULLs. Z+: also ANSI screen control sequences.


txtopt: /A[+/-][p]
  • text   Include lines after  specified text only.

        /B[+/-][p]
  • text   Include lines before specified text only.

        /G[+/-][p]
  • text   Include lines with the specified text only.

*
FU - Text Filter Utility.  A multi-purpose text line filter.

        Version 3.56  (C) Copyright 1990 by David Lo.  Jun/90

Usage
        -----
        FU :option parameters ...

        where :options is one or more from the following list.  Options
        below are grouped by function.  Parameters in square brackets are
        optional.  A brief description of the option is shown.  Use FU -? or
        FU with no parameters for a list of the options.

        Select lines:
          BEGSTR str [n]               lines after a line with search string
          COPY                         all lines
          DEROFF [str]                 lines without .nroff commands
          ENDSTR str [n]               lines before a line with srch string
          FIND str                     lines containing a string
          FIND0 str                    lines not containing a string
          LINES [first [last]          lines in given line range
          NULL0                        non-blank lines
          OUTSTR str1 str2 [n]         lines outside str1 and str2
          SURSTR str1 str2 [n]         lines between str1 and str2
          UNIQUE                    non-repeating lines in sorted file

        Remap characters:
          ASCII                        zero high-bit
          DEBOX [box_str]              remap box chars to printable chars
          ENC [keyword]                encrypt/decrypt
          LOWER                        convert to lower case
          TRANS old [new]              translate one set of chars to another
          UPPER                        convert to upper case

        Change lines:
          CHANGE old [new]             change one string to another
          DECTRL [HLD]*                delete/change 0..31/128.255 to \nnn
          NUM [n_digits [spaces]]      number lines
          PRINTF [n]                   convert \nnn to characters
          PREFIX str                   add string before line
          SUFFIX str                   add string after line

..... and much more



*
LM  version 2.06 

   The LM command inputs line by line from files or stdin, then
   manipulate the line according to the command line options before
   sending the final form to a file or stdout.

   The main operations supported are grip/non-grip, search/replace,
   synchronised line appendage from other files, input/output line
   selection by line numbers or passwords, spaces/empty lines
   absorption, filewise update or renaming, line width imposition and
   etc. Command line options may be read in from a text file, and input
   lines can also be taken from the command line aline.

 AUTHOR: ¦
 +---------+

   Zhuhan JIANG, University of New England, Armidale NSW 2351, Australia


Line manipulator  - ver 2.06 January 1997  by Zhuhan Jiang.

usage     lm  [-options] [string1] [string2 etc]
helps     lm  -h (simple help)  lm -H (more help)  lm -hH (manual)

priority  -@ -<* -;* -hH -j# -v -V -X# -/# -{#[]}* -BE*(#) -zZ# -$*(j20-28&#)
          -c# -:* -^*(+1) -fF*(+0**X7-11) -*`* -pP*(M#+2) -iI# -lL# -sS#
          -dD*(C2n#) -g*(G#J1j9!#)[X5] -qr*(j1j2j6-8) -QR*(j3j4j6-8) -()*
          -m*(C3kK*) -Y# -t# -T# -a -A* -~*(C1J2) -=#(X1) -y# -oO#(N#!#) -!#
          -N# -be*(#) -w#(W#) -uU*(+3) -#? -#?(even no. such options) -.# -x#
          *=str, #|?=no. (after a char), ()=related mode, []=forced option
shorthand //# via -f^uU< is #th file of LMFILES, -F//*[;|:]* parses path *
tmpfiles  in TMPDIR or root directory
extendkey (dos) 0? for -$* under -j28 is denoted by 255? e.g. "-/255$;"=F1



*
Minitrue  Version 2.0.2

http://www.pagesz.net/~minitrue
 Copyright (C) 1995-99 Andrew B. Pipkin

MiniTrue 2.0.2 (Alpha #3) for 16-bit DOS  Dec 20 1999
Copyright (C) 1995-99 Andrew Pipkin 
MiniTrue is free software released with no warranty. See COPYING for details.

Usage: mt [-options] [files] - [strings]

-a  search All files                 -b  make Backup files
-c  Case insensitivity               -d  preserve original Datestamps
-e  ignore file Errors               -f  Fold lines at word breaks
-h  begin in Hex mode                -i:FILE read strings from FILE
-k  Keep statistics                  -l  generate Log file
-mNUM set top Margin                 -n  No prompting
-o  use standard Output (grep mode)  -p:SET define set of printing chars
-q  Quiet mode                       -r  Recurse through subdirectories
-s  accelerated Scrolling            -tTABSIZE set Tab size
-u  set region for boolean searches  -v  set Video mode
-w  Whole words only                 -x  use regular eXpressions
-y  skip binarY files                -z  unZip files before searching
-@:FILE read filenames from FILE

Default options: -c -x -z-:.zip:pkunzip:-c -p:[\x20-\x7e\xa0-\xff] -b:* -s6:10

Enter mt -? to view the help file, mt -?:<option> for option information


want to know about more tools too.


-----
couldn'd this posting input window be bigger sized ???
e.g. expanded to the left and double in high.
933
GrabCaptureScreen

From
http://boumchalak.ne...content/view/167/60/
Written by Administrator     
Thursday, 15 September 2005 

You might have guessed. I am sorry to announce today that this project, "Boumchalak software" is no
longer active. I will maintain this site as a place where you can download my freeware programs,
but that's it.
...

I will also announce that I will release the source code of GrabCaptureScreen under GPL - so, this is also a
call for participation: if there are people willing to take over coordination of the project, this ending might
be the beginning of something new and exiting - it's up to you.


Thanks Boum and all the good for you
934
Unfinished Requests / IDEA: create Files from a file list (for Renamer test)
« Last post by AbteriX on September 28, 2005, 06:15 AM »
For testing renamer and regex tools
i need often temp-files to play with.

So i had 1. an text file with a lot of  file names
filelist.txt:
...
06 Jeep Purple - Snake off the Water.mp4
07 Foo Flighters - Monkey Brench.mp4
08 Grave  Dogger  -  Heavy Metal breakdown.mp4
09 Halloqueen - Heavy Metal is t Law.mp4
...

2. an "Dummy.txt" file as base for the new file

and 3. a little AHK script to "generate" new files every day new.

FileGen.ahk
FileSelectFile, vDateiListe,,,DateiListe laden

vZahl = 0
Loop
{
   vZahl += 1
   FileReadLine, vLine, %vDateiListe%, %vZahl%
   
   if ErrorLevel <> 0
      break

FileCopy,  Dummy.txt, %vLine%
}

MsgBox, Das Ende der Liste wurde erreicht (Oder es gab ein Problem)
return

Maybe this is for interrest for someone
and maybe one {skrommel ?  :) } would want to improve this,... feel free to do so.
935
Living Room / Re: Excellent Scripting site
« Last post by AbteriX on September 23, 2005, 09:00 AM »
> Don't know if this has been mentioned before
Yes  :)
Software in the Wild
      Tips & Tricks / Questions & Answers
https://www.donation...ndex.php?topic=812.0

Anyway thanks for sharing usefull links.
936
Unfinished Requests / Re: IDEA: "Runas" standard programs and own tools
« Last post by AbteriX on September 23, 2005, 08:55 AM »
sorry for making you all that work, skrommel.  :(
I will try later over the weekend, but iam a little bit ill this days.
937
Unfinished Requests / Re: IDEA: "Runas" standard programs and own tools
« Last post by AbteriX on September 22, 2005, 03:42 AM »
> Here's a user definable one!

 :o :tellme: you are unbelievable, skrommel  ;D
Thank you.
938
Unfinished Requests / IDEA: "Runas" standard programs and own tools
« Last post by AbteriX on September 20, 2005, 10:05 AM »
Hi,
i think it would be nice to have an little tool
for starting all this standard windows tools
and our own apps we need for administration issues.

Maybe one want to wrote something like this
or one have an link to such an tool.
Also i search for an list of all standard installed windows tools (an .CPL list i got already)
The standard folder i could read from the registry.



I think about an tool how
- have an dialog for user name and password
- read the local user names and view them for choosing
- allow domain login (dom\user or user@dom)
(like the commandline tool but with an GUI and some aid)

There should be:
- buttons to start all the standard windows apps we need for admin issues
- buttons to start the default system and user folders
- buttons to start our own tools

All settings should be stored in an INI (NO registry access)
There should be no installation needed, just unpack and use


-----
With this tool we could work without admin rights
and quick start an program with admin rights (for W2k users too  :) )

Or we could work as admin
and start e.g. the browser with less rights (like DropMyRights)

----
I have already found an tool who starts
mostly all tools they came with windows
but have no user name box and no appility for own apps.

XP Syspad from http://www.xtort.net/xtort/xpsyspad.php

Right now i had to make an shortcut from it
and set in the proberties "Run as other User..."

-----
And iam in hard discusse with Dirk
to improve his own tool what cames
very near what i dream of
but he have less joy to improve his tool further more
than i instigate him till now  :)

There is no officical web side right now any more
but an blog we "discusse" right now (i suggest and he says yes or no)
The conversation is current in german but you could stay in in english if you want.
http://www.paehl.de/blog/index.php
 ===> Saturday, August 20, 2005, 06:58 PM
Welche Erweiterungen sollen in dem ...


Here is an screenshot from his tool:
939
General Software Discussion / Re: Graphic soft additions
« Last post by AbteriX on September 19, 2005, 12:04 PM »
UltraMagnifier

UltraMagnifier is a screen magnification utility
that is specifically designed for software engineers and artists
who need a close-up view of their screen, including facilities for counting pixels,
identifying exact colors, copying magnified images, and printing.

(with an timer to chose the right color just in time)

http://www.pallium.c...m/ultramagnifier.php

940
Screenshot Captor / Direction of "Start Arrow" is wrong, isn't it ?
« Last post by AbteriX on September 19, 2005, 11:52 AM »
As seen in my shot
i had selected "Start Arrow"
and drawed a line from (1) to (2).


'cus of "Start Arrow"
i suggest (think) the arrow peak should be on point (1) {the Start}
but it is on point (2) instead.

If i want the arrow peak on point (2) at it is now in the picture
I would think i must set "End Arrow" (what not is thrue right now)

And vise versa with "End Arrow"

Am i wrong in understanding ?

.
941
Screenshot Captor / Save JPG b/w only
« Last post by AbteriX on September 19, 2005, 11:39 AM »
SC .10
saves my shots in .jpg in b/w only.

942
General Software Discussion / Re: Graphic soft additions
« Last post by AbteriX on September 19, 2005, 11:25 AM »
943
Screenshot Captor / Re: [Poll] SC settings questions
« Last post by AbteriX on September 19, 2005, 09:52 AM »
the only one im not sure about is the "auto save changes"
- are you saying just that you think that the *default* setting
for new users should start out set to "confirm on file replace"

Yes, exactly  :)

or are you saying there is some bug where it is automatically switching to "auto save changes?"
No i don't. I don't see this behaviour till now.
944
General Software Discussion / Graphic soft additions
« Last post by AbteriX on September 19, 2005, 06:07 AM »
Thread for graphic soft additions

Magnifier

1. Start | Run: magnify
2. Fatbis http://www.digitalmantra.com/fatbits/
3. Dragnifier http://www.halley.cc...tuff/dragnifier.html
4. Magnifier http://magnifier.sourceforge.net/

second choose:
ZZoom http://www.omiod.com/product-zzoom.asp
ZoomIn http://www.csc.calpo...oftware/zoomin.shtml

third choose:
iZoom http://www.issist.co...index.asp?page=iZoom

----
Eye dropper

ColorCop http://www.datastic.com/tools/colorcop/
Dropper http://www.csc.calpo...ftware/dropper.shtml
Eye Dropper http://eyedropper.inetia.com/

Please post your favorite Graphic soft additions below
945
Screenshot Captor / [Poll] SC settings questions
« Last post by AbteriX on September 19, 2005, 05:09 AM »
New unpacked SC "General settings"
is always "[] Auto save changes"

was is bad in my eyes

'cus it saves my screenshots with my "playing around test" immediately.

So my shot is lost and i have to do another one (if i had the possibility)

I suggest "Confirm on file replace" should be the standard.


---
"On Captur"
"[] Hide ourselves"
should named
"[] Hide Captor"
to be better understanded, special by non-good-english speakers.

---

"User Clipart Dir:"
Button on the right point to an EXE, not to an folder.

And all dialog boxes (Image Editor and File Explorer)
have the same caption "Select the Image Editor Program"
(i.e. "Select the File Explorer Program" is missed)
Eought would be to rename to "Select Program"

---
What think others ?
946
Screenshot Captor / Re: v2.00.10 and extra downloads
« Last post by AbteriX on September 19, 2005, 03:58 AM »
Thank you

v2.00.10 - 9/18/05
 · Selecting clipart or frames shows filename in statusbar.   


My (test)path is so long that the clip name is croped:
E:\Documents and Settings\stefan\My Documents\Download\Screenshot Captor 2.00.10\Screenshot Captor 2.00.10\Clipart\Smileys\ThumpsUP.gif

Would you plaese shorten the path to an part of the drive and an part of the 3th/4th parent folder of the clip, like:
E:\Documents ... \Screenshot Captor 2.00.10\Clipart\Smileys\ThumpsUP.gif
947
Screenshot Captor / Re: v2.00.09 - suggestion for "On Capture" option
« Last post by AbteriX on September 14, 2005, 04:39 AM »
stefan - i added that feature recently.
::) ::) ::) Yes !

[On Capture]
[ ] Hide ourselves


Thank you.
948
Screenshot Captor / Re: Screenshot Captor - License file
« Last post by AbteriX on September 14, 2005, 04:31 AM »
I don't think that it works that way.
[...]
That is what makes me wondering - without license - freeware,
with license freeware which requires renewal. Shouldn't it be the other way?

Hi Uwe,
it's nice you stay in discusses with us  :)

> without license - freeware,
Fact: Freeware with an reminder,  after 15 days of trial.
Question: how "deranging" is this reminder ???

> with license freeware
Fact: Freeware with the "plea" to visit the web side after an half an year again.
Question: what happens with your installed soft if you not renew your freeware lizenz after 180 days ???

I think, after 180 days you go back to "non-licencs"-version with the reminder.

So with freeware licence you get rid of the reminder for 180 days.

In both ways you be remind to visit the web side again: see for updates or other freeware soft or join the community... or just say hello and that you use the soft and how...

As third substitute one could make a small donation, wrote a post card to mouser, send in new suggestions
or bug reports to get an lifetime licence for ever (or even simple ask mouser to get an licence)
949
Screenshot Captor / Re: v2.00.09 - suggestion for "On Capture" option
« Last post by AbteriX on September 13, 2005, 06:42 AM »
And maybe (for testers) an "[ ] Don't hide Captor's main Window" button ?
For to capture Captor itself.
950
Clipboard Help+Spell / Re: Bug: Error MSGs on v1.04.16 startup
« Last post by AbteriX on September 12, 2005, 05:13 AM »
Thanks for reporting, sagamal.
FYI: the developer mouser is not online for a few days.
Pages: prev1 ... 33 34 35 36 37 [38] 39 40 41 42 43 ... 46next