You should look at VB Script. You can run a .VBS from the command line, or from textpad tools. Maybe Perl can do the same things, but I don't know Perl.
Set FS = CreateObject("Scripting.FileSystemObject")
Set oFile = FS.OpenTextFile("HugeFile.log", ForReading)
Do While Not objFlagFile.AtEndOfStream ...
Search found 5 matches
- Mon Jan 16, 2012 9:09 pm
- Forum: General
- Topic: MACRO TO SPLIT BIGFILE;SAVE TEXT EXTRACTS TO SEPERATE FILES
- Replies: 4
- Views: 1696
- Mon Jan 16, 2012 8:12 pm
- Forum: General
- Topic: Print, print preview and print setup freeze
- Replies: 1
- Views: 258
Problem solved
I've found the problem, if I kill the task "SplWow64.exe" and restart textpad, all is fine.
- Mon Jan 16, 2012 6:36 pm
- Forum: General
- Topic: Print, print preview and print setup freeze
- Replies: 1
- Views: 258
Print, print preview and print setup freeze
Hi
I move textpad 5.4.2 from a Vista 32 bits single CPU to a Win7 64 bits multiple CPU. I export/import registry setting to the new computer.
After I changed all path from "C:\Program Files" to "C:\Program Files(x86)", almost all is working fine.
When I select the "Print", "Print preview" or ...
I move textpad 5.4.2 from a Vista 32 bits single CPU to a Win7 64 bits multiple CPU. I export/import registry setting to the new computer.
After I changed all path from "C:\Program Files" to "C:\Program Files(x86)", almost all is working fine.
When I select the "Print", "Print preview" or ...
- Wed Sep 29, 2010 12:52 pm
- Forum: General
- Topic: #INCLUDE vs #include
- Replies: 2
- Views: 460
- Tue Sep 28, 2010 1:15 pm
- Forum: General
- Topic: #INCLUDE vs #include
- Replies: 2
- Views: 460
#INCLUDE vs #include
Hi
I notice Textpad recognize
#include "file.h"
but not
#INCLUDE "FILE.H"
Is this something I can change in my syntax file?
I'm using Clipper52e.syn available in the download section.
Below is the first page of the syntax file.
Thanks
Pascal
C=1
[Syntax]
Namespace1 = 6
IgnoreCase = Yes ...
I notice Textpad recognize
#include "file.h"
but not
#INCLUDE "FILE.H"
Is this something I can change in my syntax file?
I'm using Clipper52e.syn available in the download section.
Below is the first page of the syntax file.
Thanks
Pascal
C=1
[Syntax]
Namespace1 = 6
IgnoreCase = Yes ...