Hi, Some of you may have seen this on another list, but I still have the same problem. After changing my system to Windows XP Home Ed., when I execute a Perl...
205
Larry Hamilton
lm_hamilton
May 5, 2003 5:52 pm
Piotr, If any of your scripts use command.com, that WinNT/2K/XP equivalent is cmd.com. I also use WinXP Home and have had no real problems with Perl scripts...
206
Alan C.
acummingsus
May 5, 2003 6:57 pm
... <snip> ... Win 2k some Perl clip momentarily bring up a black command console window. But clip that's initiated via Ntab ^!Runperl not do that, instead...
207
Piotr Bienkowski
syntaxpb
May 5, 2003 7:37 pm
... This I know, but I don't know if NTP calls either one when the ^!RunPerl command is used. ... I do not have any other problems, either, but this black...
208
Piotr Bienkowski
syntaxpb
May 5, 2003 9:18 pm
... Hi Alan, Thanks for pointing me to wperl.exe. It is the right executable to stop the black window popping up. :) At last! Regards, Piotr...
209
Sheri
silvermoonwo...
May 12, 2003 12:29 pm
These clips can be viewed and copied without broken lines around http://groups.yahoo.com/group/ntb-scripts/messages/209?expand=1 All three clips should be...
210
acummingsus
May 12, 2003 9:25 pm
Hi Sheri, ... That line, near halfway down the _PerlRegScript, the line is truncated. Evidently yahgroup machinery decided it be someone's email address that...
211
Sheri
silvermoonwo...
May 13, 2003 1:05 am
Hi Alan, I made a few changes. Now passing the branch from clip to Perl via the document <STDIN>. Even after I got ARGV to work thanks to substituted...
212
acummingsus
May 13, 2003 5:55 am
All day havin trouble with my isp's mail sys. Cwnet isp in Sacramento California area spread the word around. Other than their mail their service is fine....
213
Sheri
silvermoonwo...
May 13, 2003 1:13 pm
Hi Alan, I hope your isp probs are improving... ... Prior to using multi-d arrays in the clip, I needed a separate Perl script to access values vs subbranches....
214
Sheri
silvermoonwo...
May 13, 2003 1:59 pm
... Hi Hugo, (I hope you don't mind, I am copying this reply to the scripts list. There is so little traffic there, I'm hoping your comments will encourage...
215
H.Paulissen@...
hugo_paulissen
May 13, 2003 2:17 pm
Sheri, ... Not at all... ... OK ... In a way you answered that already. I was not referring to the output being in a document, but to the actual output...
216
Sheri
silvermoonwo...
May 13, 2003 3:01 pm
Hi Hugo, ... Well, I guess if the particular registry-subvalue is the one a programmer makes use of, s/he knows what 1788889 means <G> It would be a constant...
217
Alan C.
acummingsus
May 14, 2003 8:03 am
On Tue, 13 May 2003 09:16:09 -0400, Sheri wrote: Hi Sheri and Hugo, ...
218
Alan C.
acummingsus
May 14, 2003 8:29 am
Woop woop I'm all excited! I just got Win32::TieRegistry to work! I found more about it http://www.xav.com/perl/site/lib/Win32/TieRegistry.html clicked on...
219
Sheri
silvermoonwo...
May 14, 2003 12:31 pm
Hi Alan, ... Hmmn. That one isn't supposed to be listing subs. You supply the sub, it lists the key names in a clip wizard. Were you running my "Test...
220
Sheri
silvermoonwo...
May 14, 2003 12:31 pm
Hi Alan, ... Congratulations! ... If by that you mean read a value using Perl instead on Notetab's ^$GetRegValue$, I was able to do it in my script (that...
221
Sheri
silvermoonwo...
May 14, 2003 2:29 pm
Hi Alan, OK, I tried your script and it worked fine. Then used my clip/script (now enhanced to use GetValue() when Notetab ^$GetRegValue$ returns an empty...
222
Sheri
silvermoonwo...
May 14, 2003 5:09 pm
Hi again, ... The following works (just change the regular clips to ^!RunPerl these alt versions instead of the other ones). It has all the same stuff in the...
223
Alan C.
acummingsus
May 15, 2003 7:19 pm
... Then what's a sub? I thought it be keys and *sub* keys as in Key: hkey_current_user\software92;myalancapps sub key underneath the above key: ...
224
Sheri
silvermoonwo...
May 16, 2003 4:08 am
Thanks Alan, From what you've said, I think that the regedit export file must be a little different in Win 2k than my 98. You should only see the names of...
225
Sheri
silvermoonwo...
May 16, 2003 10:23 am
Hi again Alan, Solved the problem of showing multi values such as the fonts entry for FooWriter. Have to refer to the valueString as an array if the data type...
226
Jody
notetabber
May 28, 2003 6:31 am
Hi RegExpEerts, Can somebody please write a script to do a list of ^!Replace commands swapping the Find with the Replace with side? I have another for...
227
Sheri
silvermoonwo...
May 28, 2003 11:50 am
Hi Jody, Is this what you're after? http://groups.yahoo.com/group/ntb-clips/messages/8866?expand=1 It interactively finds and replaces email addresses with...
228
Alan C.
acummingsus
May 28, 2003 1:27 pm
... gettin better at it :-) ... ^!Replace "{".*"} >> {".*"}" >> "\2 >> \1" ISRA NoteTab does it!! (I was concerned of the greed issue). But that works for...
229
Jody
notetabber
May 28, 2003 1:37 pm
Hi Sheri, No, I have that at least what I think yours was suppose to do. All I got was the Done prompt. I want a Clip to reverse the Find and Replace "..."...
230
Jody
notetabber
May 28, 2003 1:44 pm
Hi Alan C., ... Well, duh on me. I was trying to make it too hard. ... I don't Perl, but thanks anyway. :) Happy Script'n! Jody Adair Subscribe, UnSubscribe,...
231
Sheri
silvermoonwo...
May 28, 2003 2:41 pm
... Hi Jody, ? I think you must have run it in the wrong context, works fine for me as to what is supposed to do. Its meant to be run on an html or other...
232
Jody
notetabber
May 28, 2003 3:36 pm
Hi Sheri, ... Yes. :) I understand now. Thanks!...
233
Larry Hamilton
lm_hamilton
May 29, 2003 2:16 am
Sheri, Jody, Alan, THANKS! I needed this too. Too much spam, this will help slow it down. Larry ... ...