See exe in All languages combined, or Wiktionary
{ "etymology_templates": [ { "args": { "1": "en", "2": "executable" }, "expansion": "Clipping of executable", "name": "clipping" } ], "etymology_text": "Clipping of executable.", "forms": [ { "form": "exes", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "exe (plural exes)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "categories": [ { "kind": "other", "name": "English 3-letter words", "parents": [], "source": "w" }, { "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w" }, { "kind": "other", "name": "Pages with 6 entries", "parents": [], "source": "w" }, { "kind": "other", "name": "Pages with entries", "parents": [], "source": "w" }, { "kind": "topical", "langcode": "en", "name": "File formats", "orig": "en:File formats", "parents": [ "Computing", "Technology", "All topics", "Fundamental" ], "source": "w" }, { "kind": "topical", "langcode": "en", "name": "Microsoft", "orig": "en:Microsoft", "parents": [ "Computing", "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "16 33 6 2 3 14 0 2 2 19 3", "kind": "other", "name": "Pages with 6 entries", "parents": [], "source": "w+disamb" }, { "_dis": "15 29 8 1 2 13 0 1 2 26 2", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" } ], "derived": [ { "word": "X.exe has stopped working" } ], "examples": [ { "ref": "1998 February 28, Michael Righi, “Can I keep PASSWORDS in the EXE file??”, in comp.lang.basic.visual.misc (Usenet), retrieved 2022-04-14:", "text": "And a final note, you should encrypt the password stored in the exe. The encryption doesn't have to be the strongest, possibly just even an ascii value shift, but atleast^([sic]) some level of encryption that will keep someone using a hex editor from noticing an unusual string of characters in plain english at the end of your exe.", "type": "quote" }, { "ref": "1999 November 29, Hector, “Error when run from the EXE”, in microsoft.public.fox.vfp.forms (Usenet), retrieved 2022-04-14:", "text": "I had write a form in a project that it will update the log number table when a click the \"New Log Number\" button. Everything seems OK when I run from the project!\nBut when I complied it to a exe and run the EXE and click the \"New Log Number\" button, an error message come out and the content is somthing^([sic]) about \"cannot update the temp table\"?", "type": "quote" }, { "ref": "1999 November 29, Beth Walsh, “Error when run from the EXE”, in microsoft.public.fox.vfp.forms (Usenet), retrieved 2022-04-14:", "text": "Make sure that you did not include the table with the exe, (you can not update a table built into the exe). That should fix your problem.", "type": "quote" }, { "ref": "2000 September 5, GG, “The exe FOLDER”, in comp.databases.gupta (Usenet), retrieved 2022-04-14:", "text": "I have generated an EXE on the server then a shortcut in local drive C:\\ . This shortcut starts in C:\\MyDocuments (anyfolder). I'm trying to read a file located at the same place as the EXE so I need to get the full path name of the EXE.", "type": "quote" }, { "ref": "2003 September 18, Stephen J Whiteley, “How to change the name of the exe file?”, in microsoft.public.vb.general.discussion (Usenet), retrieved 2022-04-14:", "text": "The exe name is NOT the project name: they are two different things. As soon as you save your project (after building an exe), whatever you built as your exe is the name it will always use for the exe. You can change the project name and it doesn't affect the exe name.", "type": "quote" } ], "glosses": [ "A Windows executable file." ], "id": "en-exe-en-noun-DY3L48St", "links": [ [ "file format", "file format" ], [ "Windows", "Windows" ], [ "executable", "executable" ] ], "qualifier": "file format", "raw_glosses": [ "(file format) A Windows executable file." ], "synonyms": [ { "word": "EXE" } ] } ], "word": "exe" }
{ "categories": [ "Pages with 6 entries", "Pages with entries" ], "derived": [ { "word": "X.exe has stopped working" } ], "etymology_templates": [ { "args": { "1": "en", "2": "executable" }, "expansion": "Clipping of executable", "name": "clipping" } ], "etymology_text": "Clipping of executable.", "forms": [ { "form": "exes", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "exe (plural exes)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "categories": [ "English 3-letter words", "English clippings", "English countable nouns", "English entries with incorrect language header", "English lemmas", "English nouns", "English palindromes", "English terms with quotations", "Pages with 6 entries", "Pages with entries", "en:File formats", "en:Microsoft" ], "examples": [ { "ref": "1998 February 28, Michael Righi, “Can I keep PASSWORDS in the EXE file??”, in comp.lang.basic.visual.misc (Usenet), retrieved 2022-04-14:", "text": "And a final note, you should encrypt the password stored in the exe. The encryption doesn't have to be the strongest, possibly just even an ascii value shift, but atleast^([sic]) some level of encryption that will keep someone using a hex editor from noticing an unusual string of characters in plain english at the end of your exe.", "type": "quote" }, { "ref": "1999 November 29, Hector, “Error when run from the EXE”, in microsoft.public.fox.vfp.forms (Usenet), retrieved 2022-04-14:", "text": "I had write a form in a project that it will update the log number table when a click the \"New Log Number\" button. Everything seems OK when I run from the project!\nBut when I complied it to a exe and run the EXE and click the \"New Log Number\" button, an error message come out and the content is somthing^([sic]) about \"cannot update the temp table\"?", "type": "quote" }, { "ref": "1999 November 29, Beth Walsh, “Error when run from the EXE”, in microsoft.public.fox.vfp.forms (Usenet), retrieved 2022-04-14:", "text": "Make sure that you did not include the table with the exe, (you can not update a table built into the exe). That should fix your problem.", "type": "quote" }, { "ref": "2000 September 5, GG, “The exe FOLDER”, in comp.databases.gupta (Usenet), retrieved 2022-04-14:", "text": "I have generated an EXE on the server then a shortcut in local drive C:\\ . This shortcut starts in C:\\MyDocuments (anyfolder). I'm trying to read a file located at the same place as the EXE so I need to get the full path name of the EXE.", "type": "quote" }, { "ref": "2003 September 18, Stephen J Whiteley, “How to change the name of the exe file?”, in microsoft.public.vb.general.discussion (Usenet), retrieved 2022-04-14:", "text": "The exe name is NOT the project name: they are two different things. As soon as you save your project (after building an exe), whatever you built as your exe is the name it will always use for the exe. You can change the project name and it doesn't affect the exe name.", "type": "quote" } ], "glosses": [ "A Windows executable file." ], "links": [ [ "file format", "file format" ], [ "Windows", "Windows" ], [ "executable", "executable" ] ], "qualifier": "file format", "raw_glosses": [ "(file format) A Windows executable file." ] } ], "synonyms": [ { "word": "EXE" } ], "word": "exe" }
Download raw JSONL data for exe meaning in English (3.2kB)
This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2025-02-17 from the enwiktionary dump dated 2025-02-02 using wiktextract (ca09fec and c40eb85). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.
If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.