Skip to content

Command line examples

Gabriel Zanetti edited this page Sep 6, 2017 · 2 revisions

Command line examples

This is just a list of command line examples to run by operative system. Remember that the first line should contain the path to the executable file and the following lines are parameters passed to it.

Windows

Example 1:

C:\Users\Gabriel\Desktop\test.bat
--argument1
argument2
an-old-ip
%OLDIP%
a-new-ip
%NEWIP%

Example 2:

cmd
/c
dir
Linux

Example 1:

/bin/bash
/home/gabriel/Desktop/test.sh
--argument1
argument2
an-old-ip
%OLDIP%
a-new-ip
%NEWIP%
MacOS

Example 1:

/Users/gabriel/Desktop/test.sh
--argument1
argument2
an-old-ip
%OLDIP%
a-new-ip
%NEWIP%
Clone this wiki locally