CommandLine.txt

Usage of the framework, compiler and tools
Post Reply
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

CommandLine.txt

Post by Ivan Denisov »

Code: Select all

(* File for specifying command line options *)
cmdLinePath = "System/Rsrc"; 
cmdLineFile = "CommandLine.txt";
Does anyone use this feature? In cross-platform version we are deciding about things we can simplify in BlackBox and this feature seems rudimentary.
X512
Posts: 72
Joined: Sat Feb 07, 2015 2:51 pm

Re: CommandLine.txt

Post by X512 »

It seems to be used by PacSelfExtract.
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

Re: CommandLine.txt

Post by Ivan Denisov »

X512 wrote:It seems to be used by PacSelfExtract.
really! thanks a lot.

There is this line in PacMakeSelfExtract

Code: Select all

Pac/Rsrc/SelfCommandLine.txt => System/Rsrc/CommandLine.txt
Post Reply