Hello Marc.
02 Feb 98 03:09, Marc Lewis wrote to Ken Browder:
> You were saying:
KB>> I finally was able to get QuikEdit v2.41 to work here. (That's a
KB>> later version of IceEdit).
KB>> Let me know your set up and if you haven't had any success, perhaps
KB>> we can e-mail back and forth.
Thanks, Marc, but I have QuikEdit working. I was trying to help someone else
here. My setup would not work with the canned batch file. I had to hard code
in the check for msgtmp00x.$$$ after I found it in C:\max\temp. Also my setup
would not accept the % variables at some places in the bat file for whatever
reason.
> Here's my batch file (which also includes a call to an external spell
> checker,since the one in both IceEdit and QuikEdit (Ice's successor) are
> really junky. This assumes the generation of the DORINFOx. file with a
ink
> in the welcome.mec...
I've not had any problems with the spell checker in QuikEdit at all.
> -=-=-=-=-=-=-=-=-CUT-=-=-=-=-=-=-=-=-=-
> @echo off
> cd c:\max\%2
> if exist msgtmp del msgtmp
> if exist c:\max\%1 pcopy c:\max\%1 c:\max\%2\msgtmp /ba /af cd
> c:\max\ice
> quikedit.exe /D:c:\max\%2\ /N:%2 /T:%3 cd c:\max\%2
> if not exist c:\max\%2\msgtmp goto end
> :: Following is for the spell checker system.
> :: Following line returns present directory as an envir. var. for
> Doorway... :: program to run the checker (GDSpell). if %2 == 0 set
> nport=LOCAL if %2 == 1 set nport=COM2 if %2 == 2 set nport=COM1 if %2 == 3
> set nport=LOCAL cd c:\max\ice DAT -DT Spell checker started
>>> c:\max\speller.log DOORWAY %NPORT% /S:* /G:ON /V:D /I:SPEL /O:T /M:15 /H
> /P:C:\UTL\SPELL.EXE {WRAPPED LINE!!}C:\MAX\%2\MSGTMP /ni DAT -DT Spell
> checker finished >>c:\max\speller.log pcopy c:\max\%2\msgtmp c:\max\%1 /ba
> /af /r /x set nport= :end -=-=-=-=-=-=-=-=-CUT-=-=-=-=-=-=-=-=-=-
Nice touch on the external spell checker.
> External editor call line from MAX.CTL looks like this:
> -=-=-=-=-=-=-=-=-CUT-=-=-=-=-=-=-=-=-=-
> Local Editor @command.com /c ice\Ice.bat %s %%k %%t
> -=-=-=-=-=-=-=-=-CUT-=-=-=-=-=-=-=-=-=-=
> (Note the two double % symbols.)
> Original credit for the basic batch file and command line goes to Chris
> Gerlinsky (no longer in the nodelist). He wrote a help file:
> -=-=-=-=-=-=-=-=-CUT-=-=-=-=-=-=-=-=-=-
> ICEEDIT.ZIP 5,308 01-22-96 Setting up IceEdit v1.60 with Maximus v3.x
> by Chris Gerlinsky, 1:140/186
> -=-=-=-=-=-=-=-=-CUT-=-=-=-=-=-=-=-=-=-
Yes, I had this also.
> Hope this is of some help to you!
Perhaps it will help someone else along the way. I do appreciate the time you
took to get this out to us.
> New Orleans, LA (USA)
Been there, seen that! Nice town mostly.
Ken
--- The AmaRad BBS - Linked with TFE! And other Great local BBS's.
---------------
* Origin: The AmaRad BBS*423-339-1826*Cleveland, TN (1:362/1110)
|