home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / tlink72 / tripmenu / sysophlp.hlp < prev    next >
Text File  |  1993-09-01  |  12KB  |  363 lines

  1. 1
  2.  
  3.      SYSEDIT : SYSEDIT (no parameters)
  4.  
  5.      The SYSEDIT Feature on the FEDBBS isn't the Same as TRIPEDit the Stand
  6.      alone program that started the FEDBBS , but it has alot of things to
  7.      help you out in managing User Profiles , TripLinKs Current Set Up,
  8.      along with a few Odds and Ends. As Time Goes on I will be Adding
  9.      more options to this Menu. For more advanced Options / Tools use the
  10.      TRIPEDIT.PRG Supplied with this Program, please look at it closely
  11.      because there are alot of choices within it. Two very important options
  12.      from the TRIPEDIT Main Menu and that U (UTILITIES) and S (SET PATHS).
  13.      
  14. 2
  15.  
  16.      TRIPCMD : TRIPCMD or ? (no parameters)
  17.  
  18.      List all available Sysop Commands used in SYSOP mode
  19.  
  20. 3
  21.     
  22.      DIR : DIR  /  DIR pathname /  DIR pathname TO pathname+filename.ext
  23.  
  24.      DIR :
  25.      Directory Of The Files In The Current Active Directory
  26.  
  27.      DIR xxxxx :
  28.      This is the same as DIR except with 1 parameter.
  29.  
  30.      Example : DIR *.ARC
  31.                 DIR C:\TRIP\ST*.LZH
  32.  
  33.      DIR xxxxxx TO yyyyyy :
  34.      You can send the Files XXXXXX to YYYYYY.
  35.  
  36.      Examples: DIR *.* TO C:\TRIPBBS\LISTING.TXT
  37.                 DIR D:\WILD\*.TXT TO F:\CRAZY\WOW.TXT
  38.                 DIR *.* TO "AUX:" (send to Modem)
  39.                 DIR *.HLP TO "LST:" (send to Printer)
  40.  
  41. 4
  42.    
  43.      FILES : FILES  /  FILES pathname  /  FILES pathname TO filename.ext
  44.  
  45.      FILES :
  46.      Files is like DIR except it gives Length / Date / and Time
  47.  
  48.      FILES xxxxx :
  49.      This is the same as FILES except with 1 parameter.
  50.  
  51.      Example : FILES *.ARC
  52.                 FILES C:\TRIPBBS\TRIPBASE\BASE*.*
  53.  
  54.      FILES xxxxxx TO yyyyyy:
  55.      You can send the Files XXXXXX to YYYYYY.
  56.  
  57.      Examples: FILES *.* TO C:\TRIPBBS\LISTING.TXT
  58.                 FILES F:\UTILS\COOL\WOW.* TO F:\CRAZY\WOW.TXT
  59.                 FILES *.HLP TO "AUX:" (send to Modem)
  60.                 FILES *.* TO "LST:" (send to Printer)
  61.  
  62. 5
  63.  
  64.      DEL : DEL parameters
  65.  
  66.      Example : DEL *.*
  67.                 DEL TEST*.TXT
  68.                 DEL *.DOC
  69.                 DEL C:\*.TXT
  70.  
  71.      Deletes a file or Set of Files.
  72.  
  73. 6
  74.  
  75.     RENAME : RENAME oldname newname
  76.  
  77.     Example : Rename Crazy.TXT Wild.Doc
  78.  
  79.     Rename a file in the current directory From OLDNAME -> NEWNAME
  80.  
  81. 7
  82.  
  83.      COPY : COPY source destination
  84.  
  85.      Example : COPY test.txt C:\TRIPBBS\CRAZY\
  86.                COPY F:\wild.txt D:\TEMP\newwild.txt
  87.                COPY *.HLP D:\TRIPBBS\MENUS_80\
  88.                COPY E:\*.* \TRIPDATA\
  89.  
  90.      Copy a file or set of files from the source to destination        
  91.      location.
  92.  
  93. 8
  94.  
  95.      MOVE : MOVE source destination
  96.  
  97.   Example : MOVE test.txt C:\TRIPBBS\
  98.             MOVE F:\wild.txt D:\crazy.txt
  99.             MOVE E:\TEMP\*.ARC \STUTILS\
  100.             MOVE *.ARC C:\TRIPBBS\TRIPDATA\
  101.  
  102.      Move is like copy except it deletes the source file after copying.
  103.  
  104. 9
  105.  
  106.      MD : MD Fldrname.ext
  107.  
  108.      Make a Folder in the Current Directory.
  109.  
  110. 10
  111.  
  112.      CD :  CD.. or  CD Fldrname.ext
  113.  
  114.      CD.. , CD TRIPLINK , CD TRIPLINK\TRIPBASE
  115.      
  116.      CD \ Moves you to the Root of the Current Drive   
  117.  
  118.      Change to another Directory from the Current Directory.
  119.  
  120. 11
  121.  
  122.      RD : RD Foldname.ext
  123.  
  124.      Remove a Folder from the Current Directory.
  125.  
  126. 12
  127.  
  128.      EXEC : EXEC program.ext (TOS or PRG)
  129.  
  130.      Execute a *.TOS or *.PRG program. You cannot call any TTP files with
  131.      this because it does not pass any parameters to it. When you are local
  132.      it will use a File Select Box!  
  133.  
  134. 13 
  135.  
  136.      EDIT : EDIT filename
  137.  
  138.      Example : EDIT crazy.txt
  139.                  EDIT F:\THIS\IS\WILD\DUDE\hell.txt
  140.  
  141.      Edit a text file using the same Editor you do when you type messages
  142.      in the message bases. This is NOT a binary file editor, for instance
  143.      dont EDIT any LZHs/ARCs/ZIPs/PRGs/TTPs/TOSs etc..
  144.  
  145. 14
  146.  
  147.      TYPE : TYPE filename
  148.  
  149.      Example : TYPE C:\goodfile.VT2
  150.                TYPE F:\TRIPBBS\testing.ANS
  151.                TYPE D:\WHAT\THE\HELL.VT2
  152.                TYPE regular.txt
  153.  
  154.      Show a file in raw form. This works with most any type of files.               
  155.      My main use (maybe yours) is to call my ST from work while   
  156.      on the PC, and I can preview any of the ( *.ANS ) files I made on 
  157.      the PC and uploaded to my ST so I can use the (*.ANS) as a MENU 
  158.      or whatever. The files with the extension (*.ANS) are ANSI Graphic
  159.      files, they can be viewed when using an ANSI compatible system while
  160.      remote, you cant view ANSI from the Desktop yet. 
  161.      So they may look like just crap when at the console on the ST but
  162.      look GREAT! as a MENU for PC users. Also, I can call from
  163.      someones house using the IGXXX.EMU in Interlink on an ST, and I
  164.      can I can view any (*.IG) Files that can also be used as Menus.
  165.      (*.IG Cannot be viewed From the Console!)
  166.      Of course any files with the Extension (*.VT2) I use as VT2 
  167.      files and they look great from the console.
  168.  
  169. 15
  170.     
  171.      DATE : DATE  /  DATE xx/xx/xx
  172.  
  173.      Show or Set the Current Date.
  174.  
  175. 16
  176.     
  177.      TIME : TIME  /  TIME xx:xx:xx
  178.  
  179.      Show or Set the Current Time. Must set in 24 hour format. The
  180.      easiest way to remember what time it is, is by adding 12 to the
  181.      time if its 12pm or later, like 1:30pm is 13:30:00.
  182.  
  183. 17
  184.  
  185.      LINKPATH : LINKPATH ( no parameters )
  186.  
  187.      While in Sysop Mode. You can LINK the Current Directory into the FEDBBS
  188.      file listing. For Instance, if youre in the Directory D:\STUTILS\ and
  189.      you had 5 File areas. You could type LINKPATH and it would add the
  190.      D:\STUTILS\ as File area #6. The Name of the New file Area Must be
  191.      changed to your liking. You can use EDITFILES in Sysop Mode, or Select 
  192.      Option #2 from TOOLSET #2 on the DropDown Menu to change the Pathnames
  193.      and File Area Names.
  194.  
  195. 18
  196.  
  197.      NEWFILES : Search for New Files Added to the FEDBBS Linked File Areas.
  198.  
  199. 19
  200.  
  201.      RESTORE : RESTORE ( no parameters )
  202.  
  203.      Restore System files from the TRIPBACK Folder, after the command
  204.      BACKUP has been run. There are only 2 Main Files that are backed up
  205.      and protected. They are TRIPDATA.DAT and TRIPUSER.DAT. Just in case
  206.      you or the FEDBBS trips out and Mangles the TRIPDATA.DAT / TRIPUSER.DAT
  207.      then Restore will help you out. Try and do a Backup as much as often.
  208.  
  209. 20
  210.  
  211.      BACKUP : BACKUP ( no parameters )
  212.  
  213.      Backup the TRIPDATA.DAT / TRIPUSER.DAT into the TRIPBACK Folder. This
  214.      was not intended for a Complete System backup. This was made so it
  215.      will take very little time and these 2 files are very critical to the
  216.      FEDBBS. So if your smart and dont want to take chances , then for the 
  217.      hell of it select the BACKUP option on the Waitcall Screen once in a 
  218.      while.
  219.  
  220.      Using TRIPHOOKS in TripEdiT! (in the FEDBBS) you can force TLINK to
  221.      automatically backup these files each time a New User logs on!
  222.  
  223. 21
  224.     
  225.      LINK : LINK filename / LINK ** (List Directorys)
  226.  
  227.    Example: LINK sys 
  228.             LINK Desktop.inf
  229.             LINK *.LZH
  230.  
  231.      To use the command LINK you must do 2 things. Fist goto TOOLSET #1
  232.      on the dropdown menus and select the option to Create a SYSTEM.LST.
  233.      After that has completed, run the other Option Create SYSTEM.TXT.
  234.      They Must be ran in that order!!!!! Because SYSTEM.TXT is build from
  235.      the SYSTEM.LST. SYSTEM.LST contains the Folder Names of ALL your
  236.      folders on ALL Partitions , while SYSTEM.TXT contians the Folder
  237.      names AND the Files within Each Folder. SYSTEM.LST can be changed
  238.      with any text editor also. The Difference between the command LINK
  239.      and HUNT is that , HUNT is what option K from the main Menu Uses.
  240.      LINK searches ALL Files , and HUNT is a Subset of HUNT. See HUNT also.
  241.  
  242. 22
  243.  
  244.      ARC : ARC (No Parameters, Prompts Instead)
  245.  
  246.      Start up ARC.TTP and type the Parameters for it to act on.
  247.      Please read the Docs on this Program if you dont know the
  248.      command switches for it. ARC I mean of course. Please support
  249.      the Author of this Sharware Program.
  250.  
  251. 23
  252.  
  253.      LZH : LZH (No Parameters, Prompts Instead)
  254.  
  255.      Start up LZH.TTP and type the Parameters for it to act on.
  256.      Please read the Docs on this program if you dont know the
  257.      command Switches for LZH. Please Support the Author of the
  258.      this Sharware Program.
  259.  
  260. 24
  261.  
  262.      TTP : TTP <return>
  263.  
  264.      This will prompt you to Enter the TTP Filename when remote, then
  265.      ask you for the parameters. If you are local (No Carrier) then
  266.      it will pop up with a File Select Box and After you select OK, it
  267.      will then prompt you for the parameters.
  268.  
  269. 25
  270.  
  271. All Versions:
  272.  
  273.       INJECT : INJECT filename.ext XX 
  274.  
  275.    Example : INJECT C:\BBS\WILD\CRAZY.TXT 01
  276.   
  277. For Version 7.0 and Above:
  278.  
  279.       INJECT : INJECT filename.ext XX | <USER> | <MESSAGE TITLE>
  280.  
  281.                INJECT C:\TRIP.DOC 04 | ALL | This is the Title 
  282.  From a Menu : POSCMD>INJECT C:\TRIP.DOC 04 | ~6~ | TripLink! Is GreaT
  283.  
  284.      Injects an ascii text file in a message base from the current 
  285.      directory. The Value XX MUST be a 2 Digit number ( 02 12 09 etc..)
  286.      XX=1 to 32 (Version 7+ is 64). You can use this in Menus wth POSCMD>
  287.      The UserName and Title with the "|" are optional! You can specify a
  288.      Username or ALL and the Title is truncated after 28 characters. 
  289.      The last examples apply to versions above v7.0. The Default for User
  290.      and Title is: ALL / POS Injected Message
  291.  
  292. 26
  293.   
  294.      DFREE : DFREE or DFREE XX (XX= D:, F: etc..)
  295.  
  296.      Example : DFREE
  297.                DFREE A:
  298.                DFREE C:
  299.      
  300.      Shows the amount of free space on a certian Disk. When DFREE is typed
  301.      without any Drive (C: D: etc..) then it shows Free Space on All Drives
  302.      Active on the System.
  303.  
  304. 27
  305.  
  306.      MEM : Show Available FREE Memory on your System
  307.  
  308. 28
  309.  
  310.      HUNT : HUNT [prompted] / HUNT filename / HUNT ** (List Directorys)
  311.  
  312.      Example: HUNT st
  313.               HUNT *.ARC
  314.               HUNT control.acc
  315.  
  316.      Please read about LINK First. After Creating the SYSTEM.LST (see LINK)
  317.      edit the SYSTEM.LST file and Delete out any directorys you do not want
  318.      users to be searching through, and save it as PD.LST in the TRIPDATA
  319.      folder. After that run the CREATE PD.TXT from the TOOLSET #1 Drop Down
  320.      Menu on the FEDBBS. It will create a PD.TXT file in TRIPDATA and your
  321.      Option K on the main Menu will be operational. The HUNT in SYSOP mode
  322.      can now be used. You can Edit the PD.LST file and recreate a new file
  323.      PD.TXT at any time. DO NOT SAVE "DESC" pathnames like C:\TEST\DESC\
  324.      because they are useless for users to search through, in your PD.LST
  325.      that is.
  326.  
  327. 29
  328.  
  329.     CLRCALLS : Clear All The Caller Names From The Caller Log In the file
  330.                TRIPDATA.DAT. This is the list shown when option W is taken
  331.                from the Main Menu. This does not clear the TRIPBBS.LOG File
  332.                THIS CLEARS THE ( WHOS CALLED ) log....
  333.  
  334. 30 
  335.  
  336.      BBSLOG : Display the FEDBBS Log file (TRIPBBS.LOG) TripLinK! Created
  337.  
  338. 31
  339.  
  340.      CLRLOG : Clear the FEDBBS log file TRIPBBS.LOG
  341.  
  342. 32
  343.  
  344.      FILELOC : Show Filename/Pathnames of the File Areas On TripLinK!
  345.  
  346. 33
  347.  
  348.      EDITFILES: EDITFILES ( no parameters )
  349.  
  350.      MANAGES FILE AREAS LINKED TO THE SYSTEM!   
  351.  
  352.      Calls the Extended File Editor. Files can be deleted or added with this
  353.      editor. Both File Area Name and Pathname can be changed using this
  354.      menu. It can also be called from TOOLSET #2. These are the file areas
  355.      that you use on the FEDBBS with Option F. When choosing an option
  356.      it will ask you for the NAME OF THE BASE! then the PATHNAME to where
  357.      the files are. Always use the "\" at the end of the file path. By
  358.      hitting SPACE 2 times on each line, The Name, Then Pathname, that file
  359.      area will be removed.
  360.  
  361. 34
  362. END
  363.