About 675,000 results
Open links in new tab
  1. Watch file for changes and run command with powershell

    Is there any simple way(i.e., script) to watch file in Powershell and run commands if file changes. I have been googling but can't find simple solution. Basically I run script in Powershell and if ...

  2. erlang - startup script - Stack Overflow

    May 7, 2025 · To start my program I do the next sequence: $ erl > c (module1). > c (module2). > c (modulen). modulen:start (). Is there any possibility to create script that allow me to launch my …

  3. How to run a custom function when starting an Erlang shell / node ...

    I can start an Erlang file either via the command line or bash script: exec erl file.erl But, I cannot seem to find out how to directly start a function within this file. e.g. exec erl file.erl...

  4. "init terminating in do_boot" is thrown when executing Erlang script

    May 7, 2015 · "init terminating in do_boot" is thrown when executing Erlang script Asked 10 years, 7 months ago Modified 4 years, 4 months ago Viewed 10k times

  5. How do I make a working team changer GUI in roblox?

    Sep 22, 2018 · This solution uses two scripts (one LocalScript and one Script), follow the steps below to make a team changing GUI!

  6. How can I set custom status in discord bot according to new update?

    Oct 26, 2019 · You can get custom status to appear on a bot, but it won't be able to say anything. According to a Github issue on discord-api-docs, More specifically, this issue, and even more …

  7. One line if/else condition in linux shell scripting

    Aug 12, 2013 · I would like to have the equivelant of the following in a one line if/else condition.

  8. Is it possible to run erlang without compilation? - Stack Overflow

    Apr 12, 2013 · To make it clear, erlc program provides a common way to run all compilers in the Erlang system and compile module gives an interface to Erlang compilers. Compiler gives intermediate …

  9. json - Bruno API: Pre-request script to generate access_token ...

    Jan 28, 2025 · I'm using Bruno application to test APIs, and I need to create a pre-request script that allows me to: request the access token. save the access token in a variable, to use it in other …

  10. vbscript - To keep screen active (without locking) in Windows while ...

    Sep 10, 2018 · I have even tried that but pressing NUMLOCK affecting my script execution. ANy other ways to keep screen active?