SimplifiedLogic / creoson

OpenSource Automation using JSON Transactions for PTC's CREO Parametric
http://www.creoson.com
MIT License
81 stars 23 forks source link

Auto Start Server #21

Closed andersonfelizari closed 5 years ago

andersonfelizari commented 5 years ago

Would it be possible to start the server automatically with the machine?

davidhbigelow commented 5 years ago

I believe that this can be done with the Task Scheduler -- or putting a bat file in the startup folder. Much of this depends on the version of windows and the startup mode.

I am pretty sure there are multiple ways to accomplish this. Just search for a generic approach of starting up BAT files for your scenario and you should be able to get this to work.

Dave

On Tue, Sep 3, 2019 at 10:15 AM andersonfelizari notifications@github.com wrote:

Would it be possible to start the server automatically with the machine?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SimplifiedLogic/creoson/issues/21?email_source=notifications&email_token=AAMSRJKVHL7DFLJRIT6DG6DQHZWQJA5CNFSM4ITG4CRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HI76IPQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMSRJOKP3W6LO42JXVRYM3QHZWQJANCNFSM4ITG4CRA .

-- David Bigelow, President Simplified Logic, Inc https://www.simplifiedlogic.com | SimilarParts.ai C: 317-431-5454

andersonfelizari commented 5 years ago

Thanks!