-
Notifications
You must be signed in to change notification settings - Fork 6
Command line examples
Gabriel Zanetti edited this page Sep 6, 2017
·
2 revisions
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.
Example 1:
C:\Users\Gabriel\Desktop\test.bat
--argument1
argument2
an-old-ip
%OLDIP%
a-new-ip
%NEWIP%
Example 2:
cmd
/c
dir
Example 1:
/bin/bash
/home/gabriel/Desktop/test.sh
--argument1
argument2
an-old-ip
%OLDIP%
a-new-ip
%NEWIP%
Example 1:
/Users/gabriel/Desktop/test.sh
--argument1
argument2
an-old-ip
%OLDIP%
a-new-ip
%NEWIP%