Qsel.cfg

Package: WA2L/WinTools 1.2.08
Section: File Formats (4)
Updated: 08 June 2020
Index Return to Main Contents

 

NAME

qsel.cfg - application launcher config file

 

SYNOPSIS

etc/Qsel.cfg

 

AVAILABILITY

WA2L/WinTools

 

DESCRIPTION

This is the configuration file to define additional environment variables to be usable in the Qsel command configuration dialog.

 

FILEFORMAT

Rows starting with a # are considered as comments.

The file format is OPTION=VALUE

Between the OPTION , the = and the VALUE are no spaces.

 

OPTIONS

The definition of the additional environment variables can make use of all available system environment variables (as: %COMPUTERNAME%, %USERNAME%, %ProgramFiles%, %ProgramFiles(x86)% etc.) plus some additional variables as explained below.

The following time and date related variables can also be used in the VALUES specification (be aware, that the contents of this variables represents the point in time when the Qsel command was started):

(The date used in the examples is February 26th, 1986 14:59:31)

%YEAR%
four digit year of today (e.g.: 1986).

%MONTH%
two digit month of today (e.g.: 02).

%DAY%
two digit day of month of today (e.g.: 26).

%YDAY%
three digit day number of the year (e.g.: 057).

%WDAY%
one digit day of week number, 0 represents Sunday (e.g.: 3).

The following environment variables are also available:

%WA2L_INSTALLDIR%
installation directory of the WA2L/WinTools package.
Example: D:\programs\WA2LWinTools

%WA2L_INSTALLDRIVE%
installation drive letter (without :) of the WA2L/WinTools package.
Example: D

 

EXAMPLES

#
# Qsel.cfg - configuration file for Qsel.exe 
#
# [00] 07.06.2020 CWa Initial Version
#
PROJECTS=D:\data\projects\%USERNAME%
REPORTS=D:\data\reports\%YEAR%
APPS=D:\bin
RUN=%WA2L_INSTALLDIR%\bin\run.exe

 

SEE ALSO

wintoolsintro(1), appstart(1), envarlist(3), pstart(1), qsel(1), run(1), http://environmentvariables.org/Category:Microsoft_Windows

 

NOTES

When using (environment) variables you can check your definitions starting the EnvarList command from within Qsel:

  Command: %WA2L_INSTALLDIR%\lib\EnvarList.exe

 

BUGS

-

 

AUTHOR

Qsel.cfg was developed by by Christian Walther. Send suggestions and bug reports to wa2l@users.sourceforge.net .

 

COPYRIGHT

Copyright © 2020 Christian Walther

This is free software; see WA2LWinTools/doc/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
FILEFORMAT
OPTIONS
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 16:32:49 GMT, September 14, 2024