
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2015 05:50 PM
Hi Is there away that I can deploy a file using lansweeper? I need to push a new .ini file that contains connection information after a server update.
The path would be C:\Program Files (x86)\EPO_OLF5-TC\Client.ini
Cheers
The path would be C:\Program Files (x86)\EPO_OLF5-TC\Client.ini
Cheers
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2015 06:52 PM
Hi,
You can create a new package in Deployments, with a "command" step using the copy command and the /y switch
copy /y \\sourcePC\folder\file.ini "C:\Program Files (x86)\EPO_OLF5-TC"
You can create a new package in Deployments, with a "command" step using the copy command and the /y switch
copy /y \\sourcePC\folder\file.ini "C:\Program Files (x86)\EPO_OLF5-TC"
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2015 06:52 PM
Hi,
You can create a new package in Deployments, with a "command" step using the copy command and the /y switch
copy /y \\sourcePC\folder\file.ini "C:\Program Files (x86)\EPO_OLF5-TC"
You can create a new package in Deployments, with a "command" step using the copy command and the /y switch
copy /y \\sourcePC\folder\file.ini "C:\Program Files (x86)\EPO_OLF5-TC"
