Search found 41 matches

by OnlyTextPad
Sat May 05, 2007 7:04 pm
Forum: Tips
Topic: Use textpad as a command liner
Replies: 5
Views: 4887

Tip obsolete ?!

With the newest TextPad this tip has gotten obsolete ; )
by OnlyTextPad
Thu Mar 15, 2007 9:33 am
Forum: Tips
Topic: Use textpad as a command liner
Replies: 5
Views: 4887

Open often used files from the Start - Run - dialog

Well this goes already to the Windows Tips and Tricks forums :D REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU" /v "f" /d "textpad \"C:\Temp\Kikkulas\HTML_CHEATSHEET.html\"\1" /f REG ADD "HKEY_CURRENT_USER\Software\Mi...
by OnlyTextPad
Sat Feb 24, 2007 7:41 pm
Forum: Tips
Topic: Use textpad as a command liner
Replies: 5
Views: 4887

I am gettingannoyng but ... How to generate numbers... or ..

::GENERATE THE NUMBERS FROM 1 TILL 10 000 with the for command and textpad command liner settings Ctrl+ 4 (or whatever was your one set ) and type : @echo off&for /L %n in (1,1,10000) do @echo %n will get you 1 2 3 4 ... 10000 WELL if you want to get the numbers divisible by 7 change the step so...
by OnlyTextPad
Thu Feb 15, 2007 11:49 am
Forum: General
Topic: Transfering Settings
Replies: 7
Views: 1752

This batch file will import previously exported settings

I have used those ones REM FILE IMPORT_TEXTPAD_SETTINGS.cmd REM This tool makes a imports the backup of all your TextPad settings REM in the Windows Registry. REM COURTESY TO EXPORT VERSION OF REM © 2002 Rasmus Andersson [flajm.com / rasmusandersson.com] REM ADDED SIMPLE IMPORT and syn file copy Yo...
by OnlyTextPad
Thu Feb 15, 2007 6:44 am
Forum: Tips
Topic: Use textpad as a command liner
Replies: 5
Views: 4887

Open recursively set of files

Put the exec.bat into your path http://www.bristle.com/Tips/Windows.htm#exec_bat_executing_any_command_on_any_set_of_files Now with the "Command liner setting" , Press Ctrl + 4 (this happens to be my shortcut for it :D ) and type exec *.pl *.txt /s /b do cmd /c start /max textpad there is ...
by OnlyTextPad
Wed Feb 14, 2007 7:36 pm
Forum: Tips
Topic: Tip: TextPad for View Source in WinXP
Replies: 3
Views: 6275

Use Opera

The fastest browser on the planet could use TextPad by just Alt + F3

Alt + P , Advanced , Programs , Choose Application for viewing source , Edit , select Open with other application and put C:\Program Files\TextPad 4\TextPad.exe or whatever installation path you have used
by OnlyTextPad
Wed Feb 14, 2007 7:30 pm
Forum: Tips
Topic: Make a Google It tool to perform web searches from TextPad
Replies: 9
Views: 5816

Try this only for firefox

The reason is the dummy space in C:\Program Files you would need to invoke the program with the start command Trying to add dos command http://www.google.fi/search?q=$SEL works for me [HKEY_CURRENT_USER\Software\Helios\TextPad 4\Tools\20] "Properties"=hex:01,00,00,00,6a,80,00,00,e8,00,00,0...
by OnlyTextPad
Wed Feb 14, 2007 7:05 pm
Forum: Tips
Topic: Integrating RegJump as a TextPad tool
Replies: 2
Views: 3854

Might be sub case of "Use TextPad as Command Line

http://www.textpad.info/forum/viewtopic.php?t=7768 If you would have a lot of commands set in the Tools menu, So parameters would be regjump $SEL Here the conf for the most braviest :D Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Helios\TextPad 4\Tools\4] "Properties"=...
by OnlyTextPad
Wed Feb 14, 2007 6:46 pm
Forum: General
Topic: open a *.txt in TxtPad from CMD prompt
Replies: 3
Views: 377

Open types of files recursively with TextPad

:: This will open all the *.txt and *.html files in Textpad recursivly
:: needs in the path exec.bat by Fred Stluka see http://www.bristle.com/Tips/Windows.htm ... t_of_files

Code: Select all

exec *.txt *.html /s /b do cmd /c start /max textpad
by OnlyTextPad
Wed Feb 14, 2007 6:40 pm
Forum: General
Topic: loading a file list into the Search or Command Results
Replies: 3
Views: 193

Why Find in Files is not enough ?

I am just wandering , what is the benefit of having separate perl script ?
by OnlyTextPad
Wed Feb 14, 2007 6:20 pm
Forum: General
Topic: Can TextPad Open Append Multiple Files?
Replies: 11
Views: 646

append multiple files into one file

:: needs in the path exec.bat by Fred Stluka see http://www.bristle.com/Tips/Windows.htm ... t_of_files

Code: Select all

exec *.cmd *.txt *.pl /s /b do type >>"%cd%\TheWholeBunch.txt"
by OnlyTextPad
Thu Feb 08, 2007 6:55 pm
Forum: Tips
Topic: Use textpad for writing NSIS scripts
Replies: 0
Views: 2461

Use textpad for writing NSIS scripts

This assumes you installed NSIS with default settings if not search the makensis.exe and apply its path: Add new DOS commad: Parameters:"C:\Program Files\NSIS\makensis.exe" /V4 $FileName Initial Folder:$FileDir check: Save All Documents first check: Capture output Regex to match output: ^....
by OnlyTextPad
Thu Feb 08, 2007 2:37 pm
Forum: Tips
Topic: Saving Preferences
Replies: 11
Views: 12506

THIS SHOULD SOLVE 95% OF YOUR PROBLEMS

::EXPORT TEXTPAD SETTINGS @echo off REM This tool makes a complete backup of all your TextPad settings REM in the Windows Registry. REM The area of useage is quite wide. You can make custom "workspaces" REM trough launching different .reg-files. Also, you may set the "prompt for param...
by OnlyTextPad
Thu Feb 08, 2007 1:10 pm
Forum: Tips
Topic: Make a Google It tool to perform web searches from TextPad
Replies: 9
Views: 5816

Awesome ! Here the configuration with Opera also

AWESOME ! HERE THE CONFIGURATION WITH OPERA REPLACE DIFFERENT OPERA PATH IF YOU HAVE ANY Command:C:\Program Files\Opera\Opera.exe Parameters:http://www.google.com/search?hl=en&client=opera&rls=en&hs=pun&q="$SEL" Starting folder : C:\Program Files\Opera\ OK HERE THE COPY PAS...
by OnlyTextPad
Tue Nov 14, 2006 3:22 pm
Forum: General
Topic: Transfering Settings
Replies: 7
Views: 1752

Or just create a back ups generating cmd file

@echo off REM This tool makes a complete backup of all your TextPad settings REM in the Windows Registry. REM The area of useage is quite wide. You can make custom "workspaces" REM trough launching different .reg-files. Also, you may set the "prompt for parameters" REM checkbox ...