gs

The gs (get single) command retrieves the first POI from a POI file.

Syntax: gs <poifile> [parameter]

Paramter Description
/t:<type> Specifies the type of the poi file. If this parameter is not specified the type is by the file extension of poifile.
/m:<method Specifies the method used to retrieve a single POI from a POI file. Following methods are possible:
  • first: Retrieves the first POI from the file. The file may contain more than one POIs
  • single: The file should only contain one POI otherwise the method may not work. If using this method I recommend using it only for POI files created with the ss command