# Some learnings with Linx on a Client's server and CommandLine

**URL:** https://community.linx.software/community/t/some-learnings-with-linx-on-a-clients-server-and-commandline/64
**Category:** How To
**Created:** [May 4, 2016, 9:27am UTC](https://community.linx.software/community/t/some-learnings-with-linx-on-a-clients-server-and-commandline/64 "2016-05-04T09:27:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Dawie\_Botes](https://community.linx.software/community/user_avatar/community.linx.software/dawie_botes/32/288_2.png) [@Dawie\_Botes](https://community.linx.software/community/u/Dawie_Botes)
#### Post date: [May 4, 2016, 9:27am UTC](https://community.linx.software/community/t/some-learnings-with-linx-on-a-clients-server-and-commandline/64/1 "2016-05-04T09:27:53Z")

</div>

On a current project I had to spend a lot of time trying to get a solution working on a server with Linx, but these hints will help myself and hopefully others going forward to not get stuck:

- When running an executable file that require specific rights, change the Linx Service startup user to a specific username and password under Services.exe. This will allow the Linx Server to act as if it was that user that was logged in.
- When you need to install any of the Microsoft redistributes (like “vc\_redist.x64.exe”) make sure you first disable the antivirus. Especially McAfee. Otherwise the install will fail.
- If you run an executable in a temporary “bat” file that you generated, and the executable is on a different drive, first go to that drive (i.e. “D:”) before running the executable. Some programs (like Tessaract OCR) do not use drive letters in their references, and will fail.
- If you add a “PAUSE” in a bat file during testing to debug any errors, remember to remove it. Otherwise your server will PAUSE and the process will never finish.
- Increment the bat file name each time you create it, and use the output value of the File Write to make sure you execute the correct bat file.

---

<div class="post-metadata">

### Author: ![ronan](https://community.linx.software/community/user_avatar/community.linx.software/ronan/32/433_2.png) [@ronan](https://community.linx.software/community/u/ronan)
#### Post date: [May 31, 2021, 8:46am UTC](https://community.linx.software/community/t/some-learnings-with-linx-on-a-clients-server-and-commandline/64/2 "2021-05-31T08:46:53Z")

</div>



---

<div class="post-metadata">

### Author: ![ronan](https://community.linx.software/community/user_avatar/community.linx.software/ronan/32/433_2.png) [@ronan](https://community.linx.software/community/u/ronan)
#### Post date: [May 31, 2021, 10:25am UTC](https://community.linx.software/community/t/some-learnings-with-linx-on-a-clients-server-and-commandline/64/3 "2021-05-31T10:25:55Z")

</div>


