including file at command line

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.

Moderator: POL Developer

Post Reply
phao
Grandmaster Poster
Posts: 129
Joined: Fri Aug 31, 2007 2:25 pm
Location: Brazil

including file at command line

Post by phao »

is there any way to include a .inc file in the command line when calling ecompile to compile code? like

% ecompile --include-this-file c:\path\to\dir\of\the\file.inc

????
Nosferatu
Journeyman Poster
Posts: 63
Joined: Fri Jul 21, 2006 9:58 pm
Contact:

Post by Nosferatu »

Can't understand for what u need to do that ?
Just add to begining of your script - include "Path_to_Your_include";
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Post by Yukiko »

Phao there is no way that can be done as far as I know.
Post Reply