Skip to main content

Questions tagged [parameters]

In computer programming, a parameter is a type of variable that refers to a piece of data used as input in a query to a database or other data-storage table.

37 questions with no upvoted or accepted answers
3 votes
1 answer
2k views

how to shift all parameters in a batch

The well-know shift command can be used to shift positional parameters in batch file, BUT it does not affect the special variable %*. The shift command has no effect on the %* batch parameter. Is ...
eadmaster's user avatar
  • 1,266
3 votes
0 answers
1k views

How to represent m:n relationships in a form in Libre Office base?

I have an embedded database in Libre Office. I am building a form in it, and got into a problem. I have a table called "Author" and another table called "Publication", connected by a third table "...
rumtscho's user avatar
  • 4,034
2 votes
0 answers
226 views

How to get the list of the kernel parameters which are supported by the actual kernel?

How can I get the list of all the possible kernel parameters which are supported by the actual kernel?
Konstantin's user avatar
2 votes
1 answer
5k views

Passing option params to context menu commands in Windows Registry Editor

How can we pass options to programs being called through edits to the windows registry using regedit.exe? This is a syntax question as far as I can tell. For example... I have recently added a new ...
Dave's user avatar
  • 21
1 vote
0 answers
283 views

How to properly escape in windows command shell - even the asterisk?

By following good (though sometimes conflicting) advice such as Quotes, Escape Characters, Delimiters - Windows CMD - SS64.com or Escape character – Wikipedia, section 2.6 Windows_Command_Prompt or ...
Hagen von Eitzen's user avatar
1 vote
0 answers
11 views

Run one of two scripts based on the outcome of a check?

I have two GPO scripts that, in a nutshell: Close any existing instances of Chrome. Open a new instance of Chrome. Navigate to a webpage. The only thing is that one script checks the location of ...
Ben's user avatar
  • 1,256
1 vote
0 answers
689 views

How should I adjust my monitor display timing parameters to achieve a horizontal offset?

I have a 2560x1440 31.5" monitor that recently stopped displaying in the rightmost 4" of the display. This corresponds to ~320 pixels of dead space, so I am trying to create a custom ...
Joseph Westra's user avatar
1 vote
0 answers
1k views

How to add .exe switches/parameters in Linux?

In windows, it's simple "c:\path\to\exe\program.exe" -option1 -option2 I'm installing and running games through Lutris to make using WINE for gaming easier. I'm trying to play SWAT 3. ...
Daktal's user avatar
  • 9
1 vote
0 answers
827 views

How to create a Windows shortcut that passes the current folder as a parameter

In Windows 7-10, how can you create a shortcut that uses the current folder (directory) as a parameter? For example: Target: example.exe "%CD%" (where %CD% gets automatically replaced by the ...
End Antisemitic Hate's user avatar
1 vote
2 answers
2k views

How to Create a Configuration Batch file for VNC Server?

I made a batch file for VNC Server to make Windows 10 x64 automatically (Unattended). The software is properly implemented and installed silently, but unfortunately the configuration parameters of the ...
Mehdi's user avatar
  • 51
1 vote
0 answers
1k views

How to improve postgresql query execution time

Problem Statement: we have a Enterprise product with Postgresql db as a backend. one of the tables has 5 columns and respective data type is (bigint time , bigint store_time , varchar category, ...
Nandhini Subburaj's user avatar
1 vote
0 answers
598 views

How can I use the value of an Excel cell in an Office Data Connection SQL query with an IN operator?

I've got an Office Data Connection running a SQL query against an external data source and using some dynamic parameters provided in cell in a worksheet. As long as I'm doing something like SELECT * ...
cori's user avatar
  • 227
0 votes
0 answers
66 views

using scp or echo in zsh with alias parameter print 'No such file or directory'

here zsh on MacOSX. I would like to point out that I have tried several ways, with and without quoting, single or double quoting, with and without brackets, with/out $variables. But I receive ever ...
Stefano Monti's user avatar
0 votes
0 answers
83 views

Power Query SQL bring in cell contents for the where statement

I am trying to build a flexible sql where statement so that my power query can pull the exact data the user specifies. I have an excel worksheet with about 18 cells that the user populates. I use ...
Nicholas Adams's user avatar
0 votes
1 answer
1k views

Booting from a persistent live usb on MX linux and enabling systemd?

I have created a Live USB with persistent storage using MX Linux since they offer a few tools which makes it easier. After booting and installing a bunch of applications I was not able to enable the ...
DarkDead's user avatar

15 30 50 per page