Gustavo6046

LP3 usage markdown

Nov 26th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # LP3 v0.91.1 TEST
  2. The *Local Package Processing Program*, once known as the [CKAN](https://github.com/ckan/ckan) [Local Package Installing Plug-in](https://github.com/Gustavo6046/CKAN_LPIP), is a small program which creates and installs files known as **Local Package Files** (extension **.lpf**). It is acessed by Windows 2000 or newer's command line. The active folder in prompt must be the same, and the program has the following syntax:
  3. lp3 -i/-c input output [-d]*
  4.  
  5. ##Syntax highlight
  6. Here, if the attribute is *-i*, then it will install (extract) the existing LPF package file in path *input* inside the folder *output*. If it instead is *-c* then it will add every file in folder *input* to a new LPF file in the path *output*. If neither are specified as initial attribute or are something else then the program won't run, instead displaying a error message and increasing errorlevel by 1.
  7. * If it includes option *-d*, it will delete the original package which was installed (only if initial attribute is *-i*, or else it won't do anything).
Advertisement
Add Comment
Please, Sign In to add comment