Search the web
Sign In
New User? Sign Up
ntb-clips · The NoteTab Clips List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13390 - 13419 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13390
... Maybe this can help you. ... ^!SetListDelimiter : ;Example for 1 min and 30 secs ^!SetArray %timer%=^?{Execute clip for Hours:Minutes:Secs ...
giannis_rho
Offline Send Email
Mar 1, 2005
5:58 pm
13391
I made some macro clips to turn an html file into csv format. But I can't figure out how to get rid of everything in between tables. So, with: HEADING...
russellmz
Offline Send Email
Mar 1, 2005
9:31 pm
13392
Hi everyone, Top of the morning to you. I had a clip that validated my html. For some foolish reason I accidently deleted it and have no extra copy. Do any of...
Ed Brown
horsefly_38866
Offline Send Email
Mar 2, 2005
6:36 pm
13393
This is a low priority problem. I'm using NoteTab Light on Windows XP. I run a batch (.bat) file on Windows start-up, the last line of which starts NoteTab and...
Abe Landsberg
abeflaco
Offline Send Email
Mar 3, 2005
9:03 pm
13394
Hi you do not need a close DOS window clip ,it will close when the batch ends ,when it stays open it usually means there are bad lines in your batch file . ...
Dave
david_99_au
Offline Send Email
Mar 4, 2005
1:24 pm
13395
The dos window will not close itself if it has called a program and that program has not exited yet. ... -- Josh Simmons - CK...
Josh - CK
simmonsj2000
Offline Send Email
Mar 4, 2005
5:35 pm
13396
I want fht clip to go to: C:\Program Files\NoteTab Pro\Projects\mcs\essay01 thru essay30 (note the number 30 will change as the list grows upwards toward one...
Ed Brown
horsefly_38866
Offline Send Email
Mar 4, 2005
5:55 pm
13397
Hi Dave, Thanks for your response. I do not think that there are any "bad lines" in the batch file. No messages (error or otherwise) are produced. (What I...
Abe Landsberg
abeflaco
Offline Send Email
Mar 4, 2005
6:35 pm
13398
Hi Abe, Assuming this was just a typo in your message: Is in message: "C:\...\NoteTab /L=MyClips:CloseDOS" Should be: "C:\...\NoteTab" /L="MyClips:CloseDOS" ...
Jody
notetabber
Offline Send Email
Mar 4, 2005
6:55 pm
13399
I am looking into using Linux as my primary OS, and thought I'd share my notes. I have updated my notes on NoteTab in WINE. I confirmed that both Light and...
Larry Hamilton
lm_hamilton
Offline Send Email
Mar 6, 2005
9:02 am
13400
... Hi Larry, Have you heard about BillyBoy screwing things up for WINE users? And if so, has this affected, or will it affect your use of NoteTab in Linux?...
rainmark
layman_nine
Offline Send Email
Mar 6, 2005
4:41 pm
13401
... messages ... batch file ... batch file ... open because ... not "end" because ... Hmm, I have exactly the opposite problem -- I need to add a "pause" ...
abairheart
Offline Send Email
Mar 6, 2005
8:07 pm
13402
rainmark, From what I understand it is for those users who have installed Windows or Office in their WINE environment that want to run Windows update, or ...
Larry Hamilton
lm_hamilton
Offline Send Email
Mar 6, 2005
8:15 pm
13403
Hi abair ... If you run it from a Clip instead, you can try using the ^!ShellWait command after your line to launch the .bat file. I just use my "Launch"...
Jody
notetabber
Offline Send Email
Mar 6, 2005
9:47 pm
13404
Thanks to all who have attempted to help me with this. Jody, it wasn't just a typo. Thanks for spotting my error. Moving the double-quotes stopped NoteTab and...
Abe Landsberg
abeflaco
Offline Send Email
Mar 7, 2005
7:20 pm
13405
Hi Larry, ... NoteTab.chm is the regular Help file Help | Help Topics. The ClipCode.chm is the Help | Help on Clip Programming. You should have both files in...
Jody
notetabber
Offline Send Email
Mar 8, 2005
12:23 am
13406
... assuming ... the ... Did you try "Start" with the "/b" flag. ... Does not create a new window. CTRL+C handling is ignored unless the application enables...
Alec Burgess
alecb3ca
Offline Send Email
Mar 8, 2005
4:50 am
13407
Hi Alec, Thanks for your suggestion. I tried adding /B to the Start command. The "DOS" window now closes, but NoteTab is not starting. Here's the command line...
Abe Landsberg
abeflaco
Offline Send Email
Mar 8, 2005
7:13 pm
13408
... The "DOS" ... line I'm ... I have since tried this on Windows XP, using the shell command cmd -k "keeps" the window open, cmd -c "closes" the window after...
abairheart
Offline Send Email
Mar 8, 2005
8:28 pm
13409
Hi Abe, ... Try: start /B /D "C:\...\NoteTab Light\NoteTab.exe" space after the /D switch, make sure you use the full path to NoteTab. I don't know anything...
Jody
notetabber
Offline Send Email
Mar 8, 2005
9:51 pm
13410
... I think the following clip will do the job (or come close anyway): Purge Non-Tables ^!SetDebug On ^!Jump Text_Start ... ^!Set...
Don Daugherty
dondaugherty...
Offline Send Email
Mar 8, 2005
10:02 pm
13411
... put a space between /D and the quote....
abairheart
Offline Send Email
Mar 9, 2005
8:36 am
13412
... Only works on non-nested tables. You can use it with my tag matching clip in combination to get a better result if necessary. That clip can be found here:...
Don - htmlfixit.com
dpasseng
Offline Send Email
Mar 9, 2005
3:08 pm
13413
Jody and Abairheart, I tried putting a space between /D and the quoted command path for NoteTab, but that didn't help. The "DOS" window closes, but NoteTab ...
Abe Landsberg
abeflaco
Offline Send Email
Mar 9, 2005
7:13 pm
13414
... quoted command ... but NoteTab ... the "DOS" ... there is no ... close after ... Perhaps it's time to ask a couple of silly questions. What Windows version...
abairheart
Offline Send Email
Mar 9, 2005
9:21 pm
13415
Abe, I don't know if this will help, but here is a clip I built nearly 5 years ago to help make command lines to start NoteTab. I use them to make the target...
Larry Hamilton
lm_hamilton
Offline Send Email
Mar 9, 2005
11:49 pm
13416
Here is the clip Larry Thomas made. I thought there was one that had a more direct impact on this issue, but I don't see it in a quick look through my clips. I...
Larry Hamilton
lm_hamilton
Offline Send Email
Mar 9, 2005
11:56 pm
13417
Hi Abe, Years ago, I saw an option in the dos to Exit on Close or something like that. Maybe that needs to be checked in the properties for your ^!Keyboard...
Jody
notetabber
Offline Send Email
Mar 10, 2005
1:19 pm
13418
Abair, thank you for your suggestions. I'm running XP-HE SP1. I open the "DOS" window by running a batch (.bat) file on Windows start-up. The "start" command ...
Abe Landsberg
abeflaco
Offline Send Email
Mar 10, 2005
7:52 pm
13419
... open the "DOS" ... Ahh! Chances are, that you have a commandline switch set for the batchfile, that keeps it in memory. Check the shortcut's properties ...
abairheart
Offline Send Email
Mar 10, 2005
8:50 pm
Messages 13390 - 13419 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help