About 596,000 results
Open links in new tab
  1. windows - How to run a PowerShell script - Stack Overflow

    250 If you want to run a script without modifying the default script execution policy, you can use the bypass switch when launching Windows PowerShell.

  2. shell - How to open existing scripts in unix - Stack Overflow

    Sep 9, 2021 · How to view or open an existing shell script in unix? After viewing the contents how to close the file without modifying its content. Is there a way to view the file in notepad?

  3. How to open a local disk file with JavaScript? - Stack Overflow

    Aug 27, 2010 · To open file in browser with Java Script window.open () , the file should be available on WEB server. By creating Virtual Directory on your IIS that mapped to any physical …

  4. What's the easiest way to run a .js javascript file on windows?

    Mar 30, 2017 · If you double click on a .js file, and if WSH has not been disabled, it results in Microsoft's "JScript" script engine being run to execute the script with JavaScript bindings for …

  5. How to run sql script using SQL Server Management Studio?

    Apr 22, 2012 · 29 Open SQL Server Management Studio > File > Open > File > Choose your .sql file (the one that contains your script) > Press Open > the file will be opened within SQL …

  6. python - How to reliably open a file in the same directory as the ...

    Closed 2 years ago. I used to open files that were in the same directory as the currently running Python script by simply using a command like:

  7. How do I open a script file in RStudio using an R command?

    May 20, 2014 · I have a simple script file called test.R. It's saved in the working directory. When I go to File > Open > test.R, it opens the file in the editor (without executing the code, …

  8. Solved: Menu option "File > Scripts > Open Script Editor"

    Nov 27, 2021 · I have recently upgraded my PC and reinstalled the latest version of AE. I now don't have the menu option File > Scripts > Open Script Editor. Can anyone tell what I need to …

  9. Opening A Specific File With A Batch File? - Stack Overflow

    I'm would like to know how I can open a specific file using a specific program with a batch file. So far, my batch file can open the program, but I'm not sure how to open a file with that program. @

  10. How to execute a SQL script in DBeaver? - Stack Overflow

    Feb 2, 2017 · It is possible to open a SQL console on database objects in the Database Navigation view, but not on SQL scripts. How can I execute a SQL script, totally or partially, …