Re: Cannot run exe from asp.net Programming Web Development by lennyli … modules/libraries missing/not installed?? I ran the command echo %PATH% and the output did not have the word "python… the setup and ticked the option "add to path", the echo %PATH% command didnt seem to show what i expected. Re: Cannot run exe from asp.net Programming Web Development by Salem … 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… 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 lennyli …; <Body> <% Dim objShell Dim command Dim result ' Path to the executable command = "C:\inetpub\wwwroot\ribbons.scr… DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization Programming Computer Science by usmanmalik57 …defines the `generate_response()` function that accepts the Fireworks model path, the system instructions, and the user query and …model (a tuple containing the model name and Fireworks Path for the model) and the sleep time. We … in the dataset. You can pass the model name, path, and sleep time to this function. The `generate_summary()`… Re: Selling the house that I grew up Community Center Geeks' Lounge by Reverend Jim … the highway we can walk or bike along a country path along the [Floodway](https://maps.app.goo.gl/PvPJxqNGBEFuTZop7) all… Re: Fine-tuning OpenAI Vision Models for Visual Question-Answering Programming Computer Science by RKE2 Fine-tuning OpenAI Vision Models for visual question-answering is an exciting step forward in AI! It is amazing how these models can combine image recognition with natural language processing to provide accurate, context-aware answers. Cannot wait to see more advancements! Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by rproffitt UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance. PATH Hardware and Software Linux and Unix by lewashby /root/bin/go-lfs I need to add teh above to PATH. If I simply write "export PATH="$PATH:~/bin/go-lfs" will it cause a problem? I'M assuming that this would remove enerything already in PATH and that might cause problems for the duration of my shell. If so, how could I added it without overwritting what's already there? Thanks. Re: PATH Hardware and Software Linux and Unix by imamyth You can do that (minus the extra quote before $) and it will append to, not replace, the existing PATH. However, using the absolute path is a better practice. export PATH=$PATH:/root/bin/go-lfs If you want it to presist from session to session add it to your '.bashrc' file. Path Programming Software Development by missc hi, i want to add a file path to my program. the file is stored in the folder where my solution is saved!! how can i code my path in the project so that my path will always be valid? because at the moment it is e:/..... and when i open my solution on other pc's it doesn't work thanks Re: Path Programming Software Development by skatamatic … be relative to the .exe file, then perhaps adding the path to the registry (something all of your friend's pcs… should have!) is another good approach. To use a relative path just exclude the drive preamble eg if a program runs… path Programming Software Development by pranavjec … tape.The program didnt include any path of the file.does theses line works as path (i.e.frm the tape to… path Programming Software Development by masa …. ( I do not mind put interface only to enter the path) the thing is I made my program read the input… I would like to enable the user to enter his path for the input file and the output file. Re: path Programming Software Development by masa … I would like to enable the user to enter the path for the input file and the output file for the… first time and then the system suppose to remember the path and work upon it. path Programming Software Development by chern4ever issit possible to let java obtain the path that store the specific .java file? Re: path variable in tsh Hardware and Software Linux and Unix by shakilaf …quot;In Login- PATH="$PATH echo "In Login- path="$path The output is: In Login- PATH=/usr/bin:/usr/…local/bin In tshell, is both "path" and "PATH" variables are same and delimited only …becuase cshell imports its $path variable from the environment's $PATH variable and exports $path to $PATH when it's set.… path on the command-line Programming Software Development by complete …this sort of build. I remember that the path a compiler uses to find a header file …line. How do you add a new path to the "path"on the command line? Isn'… find a header file? I think it is path= 'PATH'+'C:\somedirectory;' or something like that or maybe … put a dollar sign in front of the path. I need to do this just right or… path variable in tsh Hardware and Software Linux and Unix by shakilaf …"In Login- PATH="$PATH echo "In Login- path="$path The output is: In Login- PATH=/usr/bin:/usr/local…/bin In Login- path=/usr/bin /…/local/bin In tshell, is both "path" and "PATH" variables are same and delimited only with… Re: path on the command-line Programming Software Development by Ancient Dragon … file is determined by the "Path" that you see when you type "path" on the command line. Might… compiler, but normally it looks in either the PATH environment variable or the path in the [b]-I[/b] option flag. >…;>How do you add a new path to the "path"on the command line? Isn't this what… Path trou the matrix Programming Software Development by duskoKoscica …So, our aim is to find the path that starts at the beginning position and forms…, yStart, DIM_ROW,DIM_COL, cMatrix); //FIND THE PATH int Koordinat[DIM_ROW*DIM_COL-4][2]; Koordinat[0][0… continue; } } std::cout<<"PATH IS"<<std::endl; for(int i… PATH not known in Windows? Programming Software Development by dams … its name. I have to give its whole path. I expected that the PATH environment variable is known by Python and that… it could retrieve the full path itself... I use Windows XP, Python 2.5 and os… Re: PATH not known in Windows? Programming Software Development by woooee This will print your PYTHONPATH. If the path you want is not listed, and it shouldn't be because your program isn't found, then you have to use sys.path.append to add it.[code] import sys path_list= sys.path for eachPath in path_list : print eachPath[/code] Re: PATH not known in Windows? Programming Software Development by bumsfeld [QUOTE=woooee;302803]This will print your PYTHONPATH. If the path you want is not listed, and it shouldn't be … program isn't found, then you have to use sys.path.append to add it.[code] import sys path_list= sys….path for eachPath in path_list : print eachPath[/code][/QUOTE] PYTHONPATH is … Re: Path without file Programming Software Development by jireh …hussulinux;405472]Package and Deployment wizard gives me this error Path without file it works fine with other projects but one…particular project it doesn't work. If anyone knows WHICH path without file it might be ?[/QUOTE] try to look …your program that uses a code App.Path or any code that requires a path name or maybe when you deply … Path Names and Quotes Programming Software Development by mgorecki … I want to use is always different, though the directory path name is the same. How can I get the variable… to see the same directory path without throwing in the extra quotes? For example, I enter…; ".scr" When I have this format for the path and file name: ScriptPathandFile = """S:\DsnTools\Drawing… Path to the .exe Being Run Programming Software Development by walter clark … (not easy by the way) but it needs the absolute path. (In this case to the very program being run.) On… probably because I am so unfamiliar with Windows programming. 1. Path.GetDirectoryName(Application.ExecutablePath); I don't understand the error messages… work? -> Is there an eaiser way to get the path to the program you are in? Re: Path to the .exe Being Run Programming Software Development by Tom Gunn …]Assembly::GetExecutingAssembly()->Location;[/ICODE] will give you the full path of the running program. The 'file date' isn't specific…? But the File class has that stuff: [code=cplusplus] String^ path = Assembly::GetExecutingAssembly()->Location; DateTime^ fileDate = File::GetCreationTime… Re: Path Parsing Programming Web Development by d5e5 … [URL="http://stackoverflow.com/questions/2637945/getting-relative-path-from-absolute-path-in-php"]http://stackoverflow.com/questions/2637945/getting…-relative-path-from-absolute-path-in-php[/URL] and the answers seemed to involve… Path to load jar file from project folder Programming Software Development by srikanth2321 … load jar file from c sharp project folder. Currently the path I'm using is String strJarFilePath1 = "C:\\Users\\xxxx… project folder by the name WindowsFormsApplication1 what might be the path? I tried using String strJarFilePath1 = "@WindowsFormsApplication1.ss.jar"…