ABC for Github-programs and Python Programming Software Development by Audun … command in "Python 3.12", which looks like CMD to me, I get a syntax error. "To create… AirTM API: How to Build a Form? Programming Web Development by FarrisFahad …"> <input type="hidden" name="cmd" value="_cart" /> <input type="… Re: i donĀ“t understand this syntax error when using OpenCV Programming Databases by Audun … the same result. I tried the same in the "CMD" that opens when I press Python 3.12, and… Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have an apps folder on D: where I keep all my portable/homegrown software. Let's say I want to create a virtual enviromnent in `D:\apps\MyVirtual`. To do this I open a command shell and do D:\>cd apps D:\apps>python -m venv MyVirtual If I install any packages in this session, they will be installed in the virtual python. … Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have developed a number of GUI applications in python. I found that the wxpython package was far better than tkinter. wxpython is based on wxwidgets which is essentially windows controls. Because wxwidgets are compiled for each major system, controls rendered by wxpython look like the native controls for whatever system is hosting. Re: AirTM API: How to Build a Form? Programming Web Development by pritaeas You cannot safely use a form to post directly to AirTM. Post to your own PHP script, which can then use curl to make the request, including headers. Re: AirTM API: How to Build a Form? Programming Web Development by Dani I can see that the URL that you linked me to has 4 steps to create a purchase. The first one is to create a Purchase via an HTTP POST request. That can be done with a cURL request. cURL requests require some backend programming such as via PHP or some other language. Are you using a server-side language to write your web app? If so, which one so… Re: AirTM API: How to Build a Form? Programming Web Development by pritaeas https://docs.airtm.com/purchases-payins/create-purchase You can choose PHP in the dropdown above the sample code. That way you can see what your PHP should contain. Cmd.exe Opening and Closing Multiple Times at Startup Hardware and Software Microsoft Windows by Stuugie …, at least 10 times upon startup. It looked like the cmd.exe window but I only saw a video of it… Re: Cmd.exe Opening and Closing Multiple Times at Startup Hardware and Software Microsoft Windows by hithirdwavedust Now that you've seen CMD windows flashing at startup once, you may begin to notice … CMD help Hardware and Software Microsoft Windows by kylcrow … have found is any help. When I try to run cmd or regedit off my XP run line I get this… error ... CANNOT EXECUTE C:\WINDOWS\SYSTEM32\CMD.COM Memory Allocation Error Cannot load COMMAND, system haulted Any… Re: CMD help Hardware and Software Microsoft Windows by kylcrow I found the problem for all who care to know.... It was a virus from p2p filesharing. he virus created cmd.com and regedit.com in my system. I downloaded ad-aware which found them easy and removed them. Thanks everyone. cmd Programming Software Development by amrita111 I have created a simple java file on desktop..When I am trying to execute it using cmd(with all variables set) then it is getting compiled but during the time of "java Filename" shows "main not found".This file is getting executed in eclipse and netbeans..What could be the reason for this??? cmd error Hardware and Software Information Security by pene2 when i try to run cmd in start\run\cmd ...it not work, it says"windows cannot find 'cmd'.make sure you typed the name correctly, and then try again.to search...." i've done a systemscan with Hijack....can anyone tell me if my system its ok?...or can you tell me what to do to repair cmd.(sorry about my english) Re: cmd error Hardware and Software Information Security by FlamingClaw try to search the cmd.exe in the 'WINDOWS' dir. C:\Windows\System32\cmd.exe Do you find it? CMD error Hardware and Software Microsoft Windows by nabilishes i might have typed a wrong command at CMD or RUN few months back, but now i realised that …everytime when i opn CMD, there will be something that was not spose to be… spose to be there. I remembered typing svchust.exe at CMD or RUN. (typing error actually) how do i get rid… Re: cmd error Hardware and Software Information Security by caperjack and did you do the sfc /scannow ,to try to fix the cmd.exe file . also post a new hijackthis log Re: cmd error Hardware and Software Information Security by pene2 i thought it may use to copy a cmd.exe file from anothre computer to my computer,...and its work:) thanks anyway Re: CMD in VB Programming Software Development by Teme64 … am wanting to display the contents of an already open CMD window[/QUOTE] Ok, so that _was_ critical :) My example …[QUOTE]was thinking I could read the header of the CMD window and display the contents of it[/QUOTE] Read the…some googling. But obtaining the content (char buffer for that cmd) is a bit different thing. You should hook the stdout… Re: cmd output to listbox Programming Software Development by TnTinMN … { string cmd = textBox2.Text.Trim(); if (!string.IsNullOrEmpty(cmd)) { wtr.WriteLine(cmd); } }…k dir *.*"; si.FileName = "cmd.exe"; si.UseShellExecute = false; si… "CMD" error Hardware and Software Microsoft Windows by bbb2k4life Whenever I try to run "cmd.exe", I get this error.... "C:\Windows\system32\cmd.com C:\Windows\System32\Autoexec.NT. The system file is not suitable for running MS-DOS and Microsoft Windows applications." Anyone know what this is about and how to fix it? Thanks CMD not working....!!!!! Hardware and Software Information Security by something132 when ever i type in cmd to run it says windows cannot find"cmd"......... i have used hijack this which i have posted everywhere and no one seems to know whats causing it..... ill post the log soon. Re: CMD error Hardware and Software Microsoft Windows by nabilishes tried using ccleaner. but the problem still persist i attached here a screen shot of CMD Re: CMD error Hardware and Software Microsoft Windows by hughv What do you get if you enter cmd in a run box? Re: CMD error Hardware and Software Microsoft Windows by nabilishes hughv: that was the main problem. i typed CMD and it showed that printscreen. the error seems to be … Re: CMD error Hardware and Software Microsoft Windows by nabilishes hughv did that. it cleared the screen. after that i exit cmd. and run it again frm RUN. the same screen persist. i Re: CMD error Hardware and Software Microsoft Windows by caperjack …,the first time! if i type in svchurt.exe in cmd it gives me the same message but does not return… Re: CMD error Hardware and Software Microsoft Windows by nabilishes im not quite sure where i ttpyed it. its either in CMD or RUN. i have 8 svchost.exe. 4 from System, 2 from Network and the OTher 2 from Local Service Re: CMD error Hardware and Software Microsoft Windows by caperjack I don't have an answer sorry ,but it make no sense that your cmd opens with this messages just because you typed a command incorrectly ,i do that all the time Re: CMD error Hardware and Software Microsoft Windows by cguan_77 hi, can you try this at cmd window [icode] set prompt=$p$g [/icode]