File: fmtappel.htm

package info (click to toggle)
fbbdoc 1999
  • links: PTS
  • area: main
  • in suites: woody
  • size: 768 kB
  • ctags: 52
  • sloc: makefile: 29; sh: 14
file content (73 lines) | stat: -rw-r--r-- 2,647 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Format of APPEL.BAT</title>
</head>
 <body background="/back_fbb.jpg">
 
<h1 align="Center">   <small>APPEL.BAT</small> </h1>
 
<p align="Center"> <font color="#ff0000"><big><b>Only for DosFBB !</b></big></font>
 </p>
<pre><big><b>APPEL.BAT (\FBB\BIN).</b></big>

 This is the very first file that DosFBB will use. You will find it in 
\FBB\BIN-directory. You don't really need to do any changes in this file,
unless you did some changes during the installation-process.  If you did, 
you must change the pathnames in APPEL.BAT exactly the same as you did 
during the installation.
This is very important ! So look for the lines that I have marked with 
an     <font color="#ff0000">&lt;---</font>      here :<br><br><br>   set fbb=C:\FBB        <font color="#ff0000">&lt;--</font> Defines the base of the FBB file system.<br>   echo off<br>   cd %fbb%                                                     <font color="#ff0000"> &lt;---</font>
   break off
   echo Program will start, use ^C to interrupt within 3 seconds
   sleep 3
   serv %1
   if errorlevel 2 goto direct
   if errorlevel 1 goto suite
   goto fin
 :suite
   cls
   echo
   echo Sorting HROUTE.SYS...
   copy %fbb%\system\hroute.sys temp.$$$                         <font color="#ff0000">&lt;---</font>
   type temp.$$$ | sort | find /v "# " &gt; %fbb%\system\hroute.sys <font color="#ff0000">&lt;---</font>
   del temp.$$$
   echo
   echo Backup of important files...
   copy %fbb%\system\dirmes.sys %fbb%\backup\dirmes.s1           <font color="#ff0000">&lt;---</font>
   copy %fbb%\system\inf.sys %fbb%\backup\inf.s1                 <font color="#ff0000">&lt;---</font>
   echo Cleaning up message-file...
   del epurmess.res
   epurmess
   echo Cleaning up white pages database...
   del epurwp.res
   epurwp
   cd %fbb%\system
   maintinf 3 /a
   copy %fbb%\system\INF.NEW %fbb%\system\INF.SYS
   del dirmes.new
   cd %fbb%
 :direct
   if not exist c:%fbb%\system\sat\amsat.txt goto appel          <font color="#ff0000">&lt;---</font>
   cd %fbb%\system\sat
   satupdat amsat.txt /n &gt; satupdat.res
   satupdat amsat.txt &gt;&gt; satupdat.res
   del amsat.txt
  :appel
   cd %fbb%                                                      <font color="#ff0000">&lt;---</font>
   echo Program will start, use ^C to interrupt within 3 seconds
   sleep 3
   serv -t
   if errorlevel 2 goto direct
   if errorlevel 1 goto suite
 :fin
   echo Program is terminated..
   break on
   Echo on&nbsp;&nbsp;

<font color="#800000">This page was last updated 17-Apr-99</font>

</pre>
 
</body>
</html>