Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These are examples of how to run a script from the command line. If you type "runscript" from within the root install directory the usage will display, which follows.

Windows Usage:

Windows UsageImage Removed

Image Added

No Format
runscript.bat "-cMy Connection" "-fc:\myscript.sql" "-oc:\myscript-out.txt" "-uusername" "-m100" "-htrue"

...

No Format
runscript.bat "-cSQL Server 2000 - 54" "-fc:\\scheduled-pivotgrid.sql"

Linux Usage:

Linux UsageImage Removed

Image Added

No Format
runscript.sh "-cMy Connection" "-fc:\myscript.sql" "-oc:\myscript-out.txt" "-uusername" "-m100" "-htrue"

...

No Format
./runscript.sh "-cSQL Server 2000 - 54" "-f/home/currentusername/Documents/scheduled-pivotgrid.sql"

OS X Usage:

OS X UsageImage Removed

Image Added

No Format
runscript.sh "-cMy Connection" "-fc:\myscript.sql" "-oc:\myscript-out.txt" "-uusername" "-m100" "-htrue"

...