... Hi Walter, This is a previous post on the subject. I downloaded the program and I like it really well. Date: 2004/02/05 07:13 PM Subject: Re: [Clip]...
Hi Larry: I must have missed that the first time it got posted. ... error 403 now. If you still have the installer or executable could you post it somewhere or...
... If you haven't found your answer yet, you can manipulate the time and date using the combination of a free command line utility program called TimeMath.exe...
... (...) ... (...) I guess, you could just: ^!set %results%=^$getdosoutput("C:\bin\TimeMath.exe" week-1")$ .. so you wouldn't need a temp file. ... Another...
... 5BSiteID%5Dsimtel.net%5BSiteID%5Dsimtel.net> ... True enough melchior. I have to admit that I run all my command line utilities from actual command line...
Hi John ... Here is another Link that should work: http://www.bookcase.com/library/software/msdos.util.batch.html fdate91c.zip is about in the middle down the...
I am trying to write a clip that will find a word, then ask if the user wants to look for another occurrence of that same word; if yes, it would look for the...
Oops! This line from my previous post: ^!Skip Search for next occurrence of "is"? ;This line asks you if you want to search for "is" again. If you ;answer...
Hi Lee, I am just sending this copy of my clip to demonstrate how you can use labels to make things easier to follow. I changed the labels to names to try to...
Hi Lee, This is an improved version of my clip that allows you to search for many words, not just one or two. You can modify this clip to your word list by ...
I downloaded TimeMath but it only had the Timemath.exe and no help file. Does anyone have the help file? Thanks, Roy ... From: "melchior prisi"...
Roy Herring
roynancy@...
Jun 8, 2004 7:50 pm
11971
... file. ... Like many command line programs, the help is built into the program. You can get it by going to a command prompt (a DOS prompt) in the directory...
... Hi Lee, You are very welcome. I do have one more slight improvement to offer with the clip below. This clip works the same as the one I posted before...
I am trying to do a FIND/REPLACE using regular expressions on a 25,000 line document each line b/w 80 to 90 characters and NoteTab reports that I'm out of...
I am trying to do a FIND/REPLACE using regular expressions on a 25,000 line document each line b/w 80 to 90 characters and NoteTab reports that I'm out of...
I am trying to do a FIND/REPLACE using regular expressions on a 25,000 line document each line b/w 80 to 90 characters and NoteTab reports that I'm out of...
I am trying to do a FIND/REPLACE using regular expressions on a 25,000 line document each line b/w 80 to 90 characters and NoteTab reports that I'm out of...
I am trying to do a FIND/REPLACE using regular expressions on a 25,000 line document each line b/w 80 to 90 characters and NoteTab reports that I'm out of...
Therer is a directory find in NoteTab standard, (not sure about PRO) but not available in Lite. Click on the open NoteTab frame and use the control+d keys...
That's strange. That feature works on the disk files. It does not open the files in Notetab. -- On a big file, it can be faster to not use the replace but...
Hi Rowel, NoteTab's current Regular Expression engine does not do well with long or complex RegExp. Also, using the /n new line expression often ends with a...
I am doing global replacements in NoteTab Standard. I need to remove all HTML "Head" coding in all htm files in a directory, and its subfolders, (I already...
... directory, ... coding ... sub ... part ... Recently I'd made a clip similar to what search disk does so it didn't take much modification to do what you...