Hey everyone I'm trying to run a Batch file (.bat) on startup, but I want to use another method then placing it in the startup folder. Is there any way to start it using a program or changing a setting?
Thanks.
Search Result
Collapse
3 results in 0.0014 seconds.
Keywords
Members
Tags
-
How to open a Batch file on startup?
-
Calling Batch file thru WebService
I have a webservice, when executed calls a Batch file (.bat). The batch file looks for certain files in a folder compresses it using 7z.exe and then it has to encrypt using the GPG.exe. However, It does the Compressing part but not the encryption ... any idea? is it coz of some permission issues? if so how come its doing the Compression part?
Thanks in advance
Roopesh -
How to launch .BAT file inside HTML?
I am having problems with a shockwave .EXE that leaks memory like the dickens. At launch, it loops a welcome screen until a user touches the screen/clicks the mouse, and then it plays all the way through to the end. The memory leakage is coming from the welcome loop. After sitting there looping a lot, the programs eats up too much memory and crashes.
You can prevent crashes by manually quitting and restarting the .EXE, but this...