Dot:associate: Difference between revisions

From SpecNext Wiki
Jump to: navigation, search
raw associate command doc
 
No edit summary
 
Line 1: Line 1:
[https://gitlab.com/thesmog358/tbblue/-/tree/master/src/asm/dot_commands ASSOCIATE] dot command allows user to configure browser file associations
[https://gitlab.com/thesmog358/tbblue/-/tree/master/src/asm/dot_commands ASSOCIATE] dot command allows user to configure browser file associations
<nowiki>
ASSOCIATEv1.0 by Garry Lancaster
Manage Browser file associations


SYNOPSIS:
  ASSOCIATEv1.0 by Garry Lancaster
.ASSOCIATE [OPTION]
  Manage Browser file associations
 
  SYNOPSIS:
    .ASSOCIATE [OPTION]
 
  OPTIONS:
    -h, --help
      Display this help
 
  -s, --show TYPE
      Show entry for TYPE
 
  -d, --delete TYPE
      Delete entry for TYPE
 
  -a, --add TYPE "LINE"
      Add/replace entry for TYPE
 
  -l, --list
      List all entries
 
  INFO:
 
  TYPE is 1-3 chars (? * allowed)
 
  LINE starts with:
      : return to menu afterwards
      < return to Browser afterwards
      ; return to BASIC afterwards
 
  Remainder of the line are BASIC commands to execute.
      | is replaced by filename
      £ is replaced by language code
 
  Use \" to include quote in line


OPTIONS:
-h, --help
  Display this help
-s, --show TYPE
  Show entry for TYPE
-d, --delete TYPE
  Delete entry for TYPE
-a, --add TYPE "LINE"
  Add/replace entry for TYPE
-l, --list
  List all entries
INFO:
TYPE is 1-3 chars (? * allowed)
LINE starts with:
  : return to menu afterwards
  < return to Browser afterwards
  ; return to BASIC afterwards
Remainder of the line are BASIC commands to execute.
  | is replaced by filename
  £ is replaced by language code
Use \" to include quote in line
</nowiki>
[[Category:System Configuration Tools]]
[[Category:System Configuration Tools]]

Latest revision as of 05:15, 1 June 2020

ASSOCIATE dot command allows user to configure browser file associations

  ASSOCIATEv1.0 by Garry Lancaster
  Manage Browser file associations
  
  SYNOPSIS:
   .ASSOCIATE [OPTION]
  
  OPTIONS:
   -h, --help
     Display this help
  
  -s, --show TYPE
     Show entry for TYPE
  
  -d, --delete TYPE
     Delete entry for TYPE
  
  -a, --add TYPE "LINE"
     Add/replace entry for TYPE
  
  -l, --list
     List all entries
  
  INFO:
  
  TYPE is 1-3 chars (? * allowed)
  
  LINE starts with:
     : return to menu afterwards
     < return to Browser afterwards
     ; return to BASIC afterwards
  
  Remainder of the line are BASIC commands to execute.
     | is replaced by filename
     £ is replaced by language code
  
  Use \" to include quote in line