... The problem with your command line appears to be the missing double quotes ("). You have: ^!Shell "C:\Program Files\Pretty HTML 3.7\prettyhtml.exe" -ftba...
12159
loro
yastupidhoo
Jul 11, 2004 1:31 am
Hello, ... I don't think there is a "^!CommandLine" command. The CommandLine bit is just sample text representing the actual command line, just as it's ...
12158
dwc77
Jul 11, 2004 1:11 am
... vs ... problem. ... considered ... and ... is ... but ... it ... command ... file ... checks ... page ... can't ... with ... and ... temporary ... things ...
12157
dwc77
Jul 11, 2004 12:35 am
... ftba "^**" ... displaying a ... file that ... modify a ... the last ... That works great Larry, but i have no idea why. I appreciate the detailed answers...
12156
thefrank
thefrankwmx
Jul 10, 2004 4:55 pm
hi john, you asked for ideas so here goes... one way: from NTP: in the shell script that you need to execute include a trigger for an event that will occur...
12155
charlesgran
Jul 10, 2004 2:16 pm
... Wow--thanks for all the work, I appreciate it!...
12154
John Zeman
john041650
Jul 10, 2004 1:53 pm
... the ... version ... document, ... opens ... path ... seen ... this ... it ... I see Larry has answered the question on how NoteTab handles saved vs temp...
12153
Larry Thomas
back3home2003
Jul 10, 2004 10:16 am
Hi dwc77 ... Try it like below and see what happens: ^!Shell "C:\Program Files\Pretty HTML 3.7\prettyhtml.exe" -ftba "^**" From: Larry Thomas Date: Wed, 15 Nov...
12152
dwc77
Jul 10, 2004 9:26 am
... document ... any ... saved ... in ... the ... Thanks for quick answer John. I still cant get it to work for the program i am currently wanting to use it...
12151
Alan
acummingsus
Jul 10, 2004 4:23 am
Hi, Unless you are on Linux or Unix running Wine or like fashion so as to run Notetab on Linux then, instead of that, I'll assume you are on Windows and that...
12150
Larry Thomas
back3home2003
Jul 10, 2004 4:04 am
Hi Charles, ... This is a message to myself followed by a correction for you. Dear Larry Thomas, PLEASE, PLEASE, TEST ALL CLIPS BEFORE YOU POST THEM. EVERY...
12149
Larry Thomas
back3home2003
Jul 10, 2004 3:00 am
hI, ... Sorry, the file name is missing a double quote after the .bak extension. This is the corrected line: ^!IfFileExists...
12148
charlesgran
Jul 10, 2004 2:31 am
... I get an error message with this for this line....
12147
charlesgran
Jul 10, 2004 2:28 am
... And this works as a nice substitute for incremental numbering as Larry does it (and which I think is nice as well)....
12146
Larry Thomas
back3home2003
Jul 10, 2004 2:01 am
Sorry but in my previous post I made a mistake in the coding which would have caused the variable %IDX% to fail to increment properly. I change the clip as...
12145
Larry Thomas
back3home2003
Jul 10, 2004 1:39 am
... Melchior's clip is ok but it give you a .txt extension and you want a .bak extension. It also replaces all of your backups everytime you make a new ...
12144
hsavage
hrs62930
Jul 10, 2004 1:12 am
... dwc, Alec, I've had this trouble, pasteboard stops working. Like everyone else, I don't know what causes it, but I have discovered a work-around. ...
12143
melchior prisi
swyft2001
Jul 10, 2004 12:46 am
Hi, ... Try this one: H="BACKUP" ^!save ^!texttofile "^#^$getdate(yyyymmdd)$.txt" ^$getfiletext(^##)$ This will save your document and leave it open while...
12142
charlesgran
Jul 10, 2004 12:20 am
... Right, I see how this works. Could CopyFile or Export be used so that I can keep the original document up for editing? I'd like to be able to backup on...
12141
John Zeman
john041650
Jul 9, 2004 10:51 pm
... You're close. Use ^!Shell instead of ^!CommandLine For example, either of the following two lines will open the document currently open in NoteTab, in the...
12140
dwc77
Jul 9, 2004 9:16 pm
If you want to run other programs on the document that is displayed in notetab, how to do this? I am a dummy with command line stuff. Lets say the command line...
12139
Lee Underwood
ereedj2001
Jul 9, 2004 9:13 pm
Larry, I think you need to add the last "$" and dd, i.e. ^!Save AS ^#^$GetDate(yyyymmdd)$.txt Lee...
12138
Larry Thomas
back3home2003
Jul 9, 2004 8:59 pm
Hi Charles, ... Try: ^!Save As ^#^$GetDate(yyyymmnn).bak This should give you a file with the backup name: filename.txt --> filename20040709.bak Regards, Larry...
12137
charlesgran
Jul 9, 2004 8:18 pm
I am looking for a clip that will backup a text file and append the current date: filename.txt --> filename20040709.txt.bak Has something like that been...
12136
Wright, John - Textro...
JWright@...
Jul 9, 2004 7:33 pm
Sure, that would be fine if I knew how long the program is going to run. ... From: jeff scism [mailto:scismgenie@...] Sent: Friday, July 09, 2004 3:14...
12135
jeff scism
scismgenie
Jul 9, 2004 7:21 pm
^!Keyboard #prognam# ENTER isn't there a built in delay function that tell the program to wait 2000 ms ( or however many you type) that can be put right into...
12134
jaytee556
Jul 9, 2004 7:11 pm
I don't know about UNIX, but I've used it with Windows programs exactly as you are discribing. It waits for the application I am running in Windows to close...
12133
Wright, John - Textro...
JWright@...
Jul 9, 2004 7:07 pm
Wouldn't ^!Wait also require closing the unix shell window? ... From: jaytee556 [mailto:jerry.treece@...] Sent: Friday, July 09, 2004 2:24 PM To:...
12132
jaytee556
Jul 9, 2004 6:23 pm
Try using the ^!Wait command in your clip. ... How can I not return to NTP until the program within the shell...
12131
Wright, John - Textro...
JWright@...
Jul 9, 2004 6:20 pm
Hi, I use NTP as my source code editor, and a unix shell comand line to execute the program on a server. I have developed a clip to bring the unix shell to the...