Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Package Building

Hello together,

i search for an solution to create a Package with which i can replace a file under the account of a local User(there a different User Accounts in the Network).

%appdata%/dpf where the path to replace a file.

Some information about the infrastructure:

No domain, only local Accounts on the computer, samba shares.

Maybe someone have an idea to solve this

with best regards

Holger
in OCS Inventory NG server for Unix by (120 points)

1 Answer

0 votes
create a batch script(script.cmd) with the following content

for /D %%x in ("%appdata%\*") do echo %%x

replace the echo %%x with the command you need
by (22.6k points)
 
Powered by Question2Answer
...