Re: Cannot run exe from asp.net Programming Web Development by lennyli …; For example there is an "online notepad" which does some basic notepad work. And there are many screensavers that run… there. Actually it has nothing to do with screensaver or notepad. My boss just asked me to create a prototype as… Cannot run exe from asp.net Programming Web Development by lennyli … launch a webpage that runs a server side exe (eg, notepad.exe or ribbons.scr), while at the same time run… the index.cshtml doesnt show a button. Also disappointingly the notepad.exe did not run even when i set it to… Re: Cannot run exe from asp.net Programming Web Development by rproffitt I see pritaeas has answered so I'll move to the next stage of the discussion which is to ask what you need in your web site. For example there is an "online notepad" which does some basic notepad work. And there are many screensavers that run from a webpage with an example at whitescreen.online . You can get there. Re: Cannot run exe from asp.net Programming Web Development by Neil_brown001 … can technically make the server launch an .exe file like Notepad, but: It will run in the background on the server… very restricted by default. Programs with a visual interface (like Notepad) usually won’t display anything because they’re being launched… Re: Cannot run exe from asp.net Programming Web Development by lennyli … can technically make the server launch an .exe file like Notepad, but: > > It will run in the background on… by default. > > Programs with a visual interface (like Notepad) usually won’t display anything because they’re being launched… Re: Cannot run exe from asp.net Programming Web Development by lennyli … code dont run and launch the exe I specify (eg, notepad.exe, or ribbons.scr)? <%@ Language="VBScript" %>… Re: Cannot run exe from asp.net Programming Web Development by Salem … launch a webpage that runs a server side exe (eg, notepad.exe or ribbons.scr), while at the same time run… Re: Cannot run exe from asp.net Programming Web Development by pritaeas > while at the same time run the same exe on the local client pc. Not possible. Re: Cannot run exe from asp.net Programming Web Development by pritaeas No, Javascript cannot run/start executables on the client machine. Re: Cannot run exe from asp.net Programming Web Development by pritaeas Are you sure IIS is configured to allow running external scripts? Re: Cannot run exe from asp.net Programming Web Development by lennyli > Are you sure IIS is configured to allow running external scripts? The document folder and asp file has security permission set to ALL rights for 'everyone'. In IIS, under handler mappings for .asp files, under request restriction/access, script was chosen (not execute) for feature permissions, all 'read' 'script' 'execute' are chosen Re: Cannot run exe from asp.net Programming Web Development by john_111 Let me expand on what rproffitt said, by explaining why. If a webpage could run a program installed on another computer, the entire world wide web would be hacked into tiny pieces and cease to exist. No one would ever use the web, it would be so totally insecure. So web pages are prohibited from running programs on your computer. They can … Re: Cannot run exe from asp.net Programming Web Development by Reverend Jim >No, Javascript cannot run/start executables on the client machine. Technically correct but there are ways around it. For example, save a file in a special folder on the target computer, which has a folder watch on that folder. The watching task could then trigger a local task. Re: Cannot run exe from asp.net Programming Web Development by gediminas.bukauskas.7 Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets. Re: Cannot run exe from asp.net Programming Web Development by lennyli > Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets. Sure, I understand, but for my above new … Re: Cannot run exe from asp.net Programming Web Development by Salem > When I run the command "python server.py" on the server pc, it held for a second, then released back to the command prompt. So did it even give you `print("Waiting for a connection...")` ? Consider making your server main like this. if __name__ == "__main__": print('Server Begin') … Re: Cannot run exe from asp.net Programming Web Development by lennyli > > When I run the command "python server.py" on the server pc, it held for a second, then released back to the command prompt. > > So did it even give you `print("Waiting for a connection...")` ? > > Consider making your server main like this. > > if __name__ == "__main__": >… Re: Cannot run exe from asp.net Programming Web Development by lennyli I fixed the problem by ensuring the path is including python. Also on the server I must run pip install Thank you all All working now Re: Cannot run exe from asp.net Programming Web Development by Salem Congrats on getting going. > Even if i run the setup and ticked the option "add to path", the echo %PATH% command didnt seem to show what i expected. Yeah, this won't transform the PATH of any existing process. In increasing annoyance order, you may have to: 1. Start a new cmd window 2. Log out and log in again 3. Reboot … Re: Notepad VS. Something Else Programming Software Development by Dante Shamest … a compiler. But yes, compilers can compile code written in Notepad or JCreator. The point of using an Integrated Development Environment… Notepad Help Programming Software Development by DeadSoul Hello friends i have spend a week to make a notepad.But i have one error in it i dont know…wrong . i am not able to add JFileChooser in my notepad i have JFileChooser in my code but its not working…() { iconNew = new ImageIcon("d:/Notepad/new.gif"); iconOpen = new ImageIcon("d:/Notepad/open.gif"); iconSave = new ImageIcon… Notepad++ Programming Software Development by Onlineshade Can any one say how to run a java program in Notepad. I have installed JDK 7 and Notepad++ also. But when I run a program in notepad it does not run. Actually I am a newer in notepad using. I have used Netbean IDE. But now I wish to use notepad++. Please help me. Thanks. Re: Notepad++ Programming Software Development by peter_budo …="http://www.cs.auckland.ac.nz/courses/compsci101s1c/resources/Notepad/Notepad++.pdf"]instructions[/URL] PS: Any specific reason not to… Re: Notepad++ Programming Software Development by Onlineshade [QUOTE]Any specific reason not to use IDE like NetBeans, Eclipse, IntelliJ?[/QUOTE] Yea, here is a reason also. Someone from this community said me that Netbean is a tool. I can not learn coding by yhis tool. He or she also use notepad. Some other person also said me that Netbean is for professional users. But I am a student. Re: Notepad++ Programming Software Development by peter_budo … not recognize something and much more. JCreator is just enhanced notepad that does provide colour formatting for code and compiles+run… Notepad? Programming Software Development by farooqaaa Hello all, I want to make an application just like Notepad. Write text, save them, open them and thats it. Is there any tutorial for it? Thanks Re: Notepad? Programming Software Development by Renukavani u can check this below link plz [url]http://www.codeproject.com/KB/cs/notepad.aspx[/url] notepad Programming Software Development by sidd. hi, i have some values in a notepad (.dat file). i want to store the values one by one in an variable. i dont know how to read the file and store the vaues. can u help plz... Notepad Programming Software Development by eoop.org Hi, how do i make a notepad where i can program html in (using richtextbox). Example: i type in <html>, i want only this text to be blue. and if i type in <?php ?> then i want this to be red. please help :D NotePad Programming Software Development by thesmile i want code for NotePad in java language ^_^ plz help me its Mark by 25 plzzzz