Jump to content

Recommended Posts

Posted

Hi,

I'm new to this so appreciate the help.

I've written a very simple script and have converted it into an exe file which I'm hoping to run on my work computer when I'm at home or traveling. However, when I remote into my work computer to run this file, it seems to stop running whenever I disconnect from the remote connection. Is there any way I can have it continue to run while I'm disconnected?

Many thanks!

Posted

I guess, the script works with commands which need a window. Like MouseMove, MouseClick ....

If thats the point, then you need to change those commands.

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted

I guess, the script works with commands which need a window. Like MouseMove, MouseClick ....

If thats the point, then you need to change those commands.

The script does not involve any mouse-related commands. It simply starts an application on the computer and enters a few keystrokes...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...