home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
ROBOUC01.ZIP
/
ROBO_U_C.CFG
< prev
next >
Wrap
Text File
|
1993-03-12
|
6KB
|
134 lines
;
; Cfg file for ROBO_U_C v0.01ß
;
; Each line that starts with ; isn't read by the programm.
;
; With this CFG file you control the programm.
;
; Each setup line starts with a special word. Between the " " you place the
; data.
;
; ■ PATH_ROBOBBS = The path where the ROBOBBS.CFG file is to be found.
;
Path_Robobbs "C:\Robobbs\"
;
; ■ PATH_DORINFO = The path and filename where DORINFO?.DEF is to be found.
; The ? stands for the linenumber.
; If this option is used, only the data from the user with the
; same name as found in the DORINFO?.DEF is converted.
; Then the "SEARCH_USER" option can't be used.
;
;Path_Dorinfo "C:\Robobbs\Dorinfo1.Def"
;
; ■ SEARCH_USER = This option gives you the possibility to name the field
; which has to be searched for data from a user that needs
; to be updated.
; The option "PATH_DORINFO" can't be used with this option.
; You can choise one of the next issues.
;
; _ Name _ Handle _ Password _ PhoneHome _ PhoneData _
; _ City _ LastYear _ LastMonth _ LastDay _ LastHours _
; _ Calls _ TimeLeft _ Access _ Bank _ Birthdate _
; _ Uploads _ Downloads _ UserFlags _ Expiry _ ExpAccess _
; _ NonDelete _ OverRide _ ReadAll _ ReadKill _ NoExpire _
; _ NoRatio _ NoPage _ NoTlimit _ Speedtime _ Usersound _
; _ Mailcheck _ Street _ Postalcode
;
Search_User "Calls"
;
; ■ SEARCH_DATA = With this option you can input a searchstring which must be
; found in the SEARCH_USER option.
; Example: You search by "call" and you input "5", then all
; users with 5 calls can be converted.
; If you put "ALL" with this option, then all users can be
; converted and SEARCH_USER will be disabled.
;
; If SEARCH_USER is set to "Userflags", you'll have input the
; flagnumber in SEARCH_DATA. You also have to set it to YES or
; NO. Example: "1YES". Then all users with flag 1 on YES may
; be converted.
;
; If SEARCH_USER is set to _ NonDelete _ OverRide _ ReadAll
; _ ReadKill _ NoExpire _ NoRatio
; _ NoPage _ NoTlimit _ Speedtime
; _ Usersound _ Mailcheck
;
; you'll have to add "YES" or "NO" to the option.
; Example: As SEARCH_DATA is set to Usersound and set to "YES"
; only users with this item set to "YES" may be converted.
;
Search_Data "5"
;
; ■ CHANGE_FIELD = With this option you can select the field that has to be
; changed. You can choise from:
;
; _ Name _ Handle _ Password _ PhoneHome _ PhoneData
; _ City _ LastYear _ LastMonth _ LastDay _ LastHours
; _ Calls _ TimeLeft _ Access _ Bank _ Birthdate
; _ Uploads _ Downloads _ UserFlags _ Expiry _ ExpAccess
; _ NonDelete _ OverRide _ ReadAll _ ReadKill _ NoExpire
; _ NoRatio _ NoPage _ NoTlimit _ Speedtime _ Usersound
; _ Mailcheck _ Street _ Postalcode
;
Change_Field "Bank"
;
; ■ CHANGE_DATA = With this option you give the changes for the next fields.
;
; Name [36] _ Handle [36] _ Password [36] _
; PhoneHome [15] _ PhoneData [15] _ City [36] _
; LastYear [ 4] _ LastMonth [ 2] _ LastDay [ 2] _
; LastHours [ 2] _ Calls [ 4] _ TimeLeft [ 4] _
; Access [ 3] _ Bank [ 4] _ Birthdate [ 8] _
; Uploads [ 4] _ Downloads [ 4] _ Expiry [ 6] _
; ExpAccess [ 3] _ Street [26] _ Postalcode [ 9] _
;
; You can give the data as TEXT. The number between the
; [] is the maximum number of positions.
; Example: Birthdta in MM-DD-YY "02-24-93"
; Expiry in YYMMDD "930224"
; When you give a SPACE in the new EXPIRY, you may put
; the new ExpAccess behind it. Example "930224 10"
; The exp. is set to 930224 and the ExpAccess is set
; to 10
;
; The UserFlags are called by their number and the option
; should be "YES", "NO" or "TOGGLE".
; Toggle changes it from "YES" to "NO" and vice versa.
; Example: "1YES" sets flag 1 to "YES"
; "2TOGGLE" sets flag two to the other vallue
;
; With the _ NonDelete _ OverRide _ ReadAll _ ReadKill
; _ NoExpire _ NoRatio _ NoPage _ NoTlimit
; _ Speedtime _ Usersound _ Mailcheck
; you may set it to "YES" or "NO" or "TOGGLE" to switch.
;
Change_Data "10"
;
; ■ CONTROL_QUESTION = When this option is set to "YES" the programm will ask
; for the selected records if you agree with the change.
; The programm will wait for your answer. When set to "NO"
; the programm will not ask any question and proceed
; automatically.
;
Control_Question "YES"
;
; ■ MAKE_LOGFILE = When this option is set to "YES", all user names will be
; put in a logfile, with the old and the new data.
; When set to "NO" no logfile will be kept.
;
Make_Logfile "YES"
;
; < END >
;
; A short example that processes all users and put their time in the bank to
; 10
;
; Path_Robobbs "C:\Robobbs\"
; ;Path_Dorinfo "C:\Robobbs\dorinfo1.def" { This one should be off}
; Search_User "Name"
; Search_Data "All"
; Change_Field "Bank"
; Change_Data "10"
; Control_Question "No"
; Make_Logfile "Yes"
;