home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
WWIVMODS
/
MODSUNKN.ZIP
/
SHRINK1.MOD
< prev
next >
Wrap
Text File
|
1990-04-19
|
2KB
|
87 lines
Sysop Louis #1 @2361
Tue Apr 17 07:31:11 1990
RE: Question --
Mr. Rogers #1 @4700
Fri Feb 09 06:12:08 1990
3RE:2 Shrink commands
Kinjite #5 @3350
Sun Nov 05 19:44:13 1989
Thank you Wayne for responding as fast as you did with a fix for the shrink
problems. I was having problems with batch files and using the shrink
function, Im sure others are as well. well heres the fix from wayne bell.
he said that the bbs probably isnt calling command.com correctly, so heres
what ya do: if you have the source, edit bbsutil1.c and search for shrink_out.
it will be called twice in the function run_chain. add a ,1 on the parameter
list for each time it is called, so it will have
shrink_out(s,1,0,1,1);
and
shrink_out(s,1,1,1,1);
and recompile!, it worked for me! Dan, sysop 007'S AFTERBURNER 313-478-5836
9600 HAYES!, AND MAYBE THE NEW ULTRA !!!!!!!!!!
Lord Samos #1 @8412
Thu Jan 04 06:42:45 1990
Title responded to: Shrink for net
Message By: Allen #15 @3661
Another Easy mod from the guys at @8412
The Alliance.
Well some people have tried all kinds of way to do this all you need
do is change what you have to what i have.
ok heres where the code is.
Load up sysopf1.c
search for do_callout(int sn)
go on down to you see
deleat this line.
run_external(s);
insert this line.
shrink_out(s,0,0,0,0);
/* the s if the varable for the file to run.*/
first 0 is is there a user logged on no. second 0 is do you want the bbs to
intercept DOS calls. The 3rd 0 is do you want to enable CTRL C no, and
the last is do you want to run a command.com /c filename. it will
not shrink if thats set to one. It will pop up a DATA not found, if you do.
Ok that was to shrink when your bbs calls another, what if your bbs is
called by the other.
Load up BBSUTL.C
SEARCH FOR NETWORK
then where you see a run_external1(s); dleate that
insert shrink_out(s,0,0,0,0);
and you will be in business.
This was fun trying to figure out.
Well another easy mod by Lord Samos
1@8412
The Alliance
Auto valadation of WWIV SYSOPS.
(804)598-7659
Be looking for my WFSED full screen editor comming soon!
Have Fun,
LORD SAMOS
1@8412