Home > createprocess failed > createprocess failed with error code 2 java

Createprocess Failed With Error Code 2 Java

Contents

failed with error code 2 windows 7 64 bit PunishmentTyler SubscribeSubscribedUnsubscribe1818 Loading... Loading... Working... Add to Want to watch this again later? Sign in to add this video to a playlist. Sign in Share More Report Need to report the video? createprocess failed with error code 216 Sign in to report inappropriate content. Sign in Transcript Statistics 48,269 views 92 Like

Createprocess Failed Code 2 System Cannot Find File

this video? Sign in to make your opinion count. Sign in 93 15 Don't like this video? Sign in to make createprocess failed code 2 the system cannot find the file specified your opinion count. Sign in 16 Loading... Loading... Transcript The interactive transcript could not be loaded. Loading... Loading... Rating is available when the video has been rented. This feature is not available right now. Please createprocess failed code 2 hatası try again later. Published on Sep 11, 2012CreateProcess() failed with error code 2:The system cannot find the file specified.Notepad++ windows 7 64 bit error Category Howto & Style License Standard YouTube License Show more Show less Loading... Autoplay When autoplay is enabled, a suggested video will automatically play next. Up next how to fix java "system cannot find the path specified" easy tutorial 2015 - Duration: 2:58. The8Music8Guy 72,169 views

Malwarebytes Createprocess Failed Code 2

2:58 Fixing Error Code 2 for Background Services - Duration: 3:07. julia dexter 352 views 3:07 Failed to get path of 64-bit Program Files ... | HOW TO FIX - Duration: 3:00. MindSpoiling 8,805 views 3:00 [Fixed!!] ShellExecuteEx failed code 2 "Error Message" - Duration: 1:04. MixMax Website 28,189 views 1:04 Complete solution of windows error code 2 - Duration: 1:49. Marry Joshef 119 views 1:49 How to Compile java programs in NOTEPAD++ , 100% working - Duration: 5:41. Dhananjay Kumar 14,373 views 5:41 CAN NOT FIND PATH SPECIFIED (FIX) - Duration: 3:14. FortisFTW 8,500 views 3:14 How to fix solve Windows cannot access the specified device, path, or file error - Duration: 4:04. VampireKingcoming 474,401 views 4:04 How To Fix Error opening file for writing Windows 8.1 - Duration: 2:04. troubleshooterrors 53,876 views 2:04 Compiling and Running a Java Program in NotePad++ - Duration: 4:59. kanemotomccd 25,437 views 4:59 How To Fix Your "System Restore" Error - Duration: 3:32. Ryan Paolo Dumaguin 73,117 views 3:32 How to fix Explorer.exe 100% working tutorial (stopped working,not responding) for windows 7 - Duration: 8:28. ultimategtaplayer 473,679 views 8:28 Compile and Run java in notepad++ - Duration: 8:05. PRABEESH R K 37,221 views 8:05 compile java in notepad++ - Duration: 4:46. zeeshan707

get tips & solutions from a community of 418,471 IT Pros & Developers. It's quick & easy. Wrong directory in Notepad++ P: 3 lolv007 I am a complete rookie at createprocess failed with error 206 programming, and I've installed NotePad++ on my laptop so I can practise writing scripts createprocess failed with error 206 the filename or extension is too long outside of uni. I've also installed JDK v 1.6.0 (Java Development Kit), JRE and JDK Documentation onto my laptop. My problem is

Shadowprotect Createprocess Failed With Error 206

that when I try to compile my program in NotePad++ (before I run the application), I get an error saying CreateProcess() failed with error code 2: The system cannot find the file specified. I don't https://www.youtube.com/watch?v=-XHZMIoS3Ec know how to fix this, or where to begin to try and fix it, so any help on this would be awesome! Apr 8 '10 #1 Post Reply Share this Question 7 Replies Expert 100+ P: 703 chaarmann Can you tell me what's broken on my car without seeing my car? Maybe yes if you are a fortune-teller. But I am not. So please show your program, and how you tried to https://bytes.com/topic/java/answers/885231-wrong-directory-notepad compile it. Then we can see what file you specified could not be found. Apr 8 '10 #2 reply Expert 100+ P: 2,057 jkmyoung There's no need to be so patronizing. This is probably an issue with the Notepad++ setup, thus not dependent on the code. Can your program compile the simplest of code? eg : Expand|Select|Wrap|Line Numbers publicclassMain{ publicstaticvoidmain(String[]args){} } You probably just need to set it up to point to the proper java compiler on your computer. Double check the compile time options. Apr 8 '10 #3 reply P: 3 lolv007 I think it is a problem with my set-up. I've tried compiling the most simplest of codes, but it still comes up with the same error. I'm not sure how to change the java compiler (as I said, I'm a complete rookie at this :) ). Do I have to change something under in Macro>NppExec tab? Apr 8 '10 #4 reply Expert 100+ P: 703 chaarmann Sorry that it sounded patronizing. Maybe I was in that mood because of so many people making a guessing game: asking for help in their program and not listing their source code or command that lead to the error. My apologies, I should not put all under one umbrella. If it's a Notep

Discussion Notepad++ Plugins A plugin to improve Notepad++ Brought to you by: jenslorenz Summary Files Reviews Support Wiki Tickets ▾ Bugs Support https://sourceforge.net/p/npp-plugins/discussion/672146/thread/67623a43/ Requests Patches Feature Requests News Discussion Donate Code Create Topic Stats Graph Forums File Switcher 4 Speech Plugin 1 SimpleScript 9 NativeLang 3 HTMLTag 20 DBGP https://forums.malwarebytes.org/topic/29743-createprocess-failed-code-2/ Plugin 32 Hex Editor 36 NativeLang Languages 4 Window Manager 13 FTP_synchronize 54 Compare 63 NppSearchInFiles 6 Spell-Checker 17 Function List 115 ColorPicker 6 Explorer/Favorites 55 NppDocUpdater createprocess failed 2 NppLightExplorer 18 NppExec 231 Open Discussion 120 Help Formatting Help CreatProcess() Failed wit Error Code 193 Forum: NppExec Creator: Mike DeBruyn Created: 2011-11-06 Updated: 2013-05-21 Mike DeBruyn - 2011-11-06 I'm just learning Perl.  I put the first simple programs into Notepad++, saved them, and ran them in the CMD Window of Windows 7.  createprocess failed with All went as expected.  Then I learned I could install the NPPExec plugin and run the programs straight from Notepad++.  Heaven :) I did the install of NPPExec right from Notepad++ (nothing fancy) and I get the referenced error, every time I run ANY program.  I've tried various options, saving the file, changing the extension from .TXT to .PL, etc.  Nothing changes.  I've read ALL of the documentation on NPPExec and found no inspiration there. Is there some kind of additional setup I need to do?  This has got to be some incredibly dumb user error, right? Here is the simplest program that fails. +++++   use 5.010;   use strict;   use warnings;   say "Hello World"; +++ And the console window shows: +++ C:\Users\Mike\Desktop\TOOLS\programming\Hello.txt CreateProcess() failed with error code 193: ================ READY ================ +++ This program runs as expected from the CMD window. Any help will be greatly appreciated.  My bottle of aspirin is nearly empty.  :

Browse Forums Guidelines Staff Online Users Members More Activity All Activity My Activity Streams Unread Content Content I Started Search More Malwarebytes.com Anti-Malware Anti-Malware for Mac Anti-Malware Mobile Anti-Exploit Endpoint Security Breach Remediation More More More All Activity Home Malware Removal Help Malware Removal for Windows Resolved Malware Removal Logs CreateProcess failed; code 2 Sign in to follow this Followers 1 CreateProcess failed; code 2 Started by Melanie, November 3, 2009 15 posts in this topic Melanie    New Member Topic Starter Members 2 posts ID: 1   Posted November 3, 2009 the HijackThis log is below. I could not include the Malwarebytes log because the program will not run. I get an error: CreateProcess failed; code 2; cannot find mbam.exe. Please help! Thank you- MelanieLogfile of Trend Micro HijackThis v2.0.2Scan saved at 11:56:24 AM, on 11/3/2009Platform: Windows XP SP3 (WinNT 5.01.2600)MSIE: Internet Explorer v7.00 (7.00.6000.16915)Boot mode: NormalRunning processes:C:\WINDOWS\System32\smss.exeC:\WINDOWS\system32\winlogon.exeC:\WINDOWS\system32\services.exeC:\WINDOWS\system32\lsass.exeC:\WINDOWS\system32\svchost.exeC:\WINDOWS\System32\svchost.exeC:\Program Files\Intel\Wireless\Bin\S24EvMon.exeC:\WINDOWS\system32\spoolsv.exeC:\WINDOWS\System32\DVDRAMSV.exeC:\Program Files\Intel\Wireless\Bin\EvtEng.exeC:\WINDOWS\system32\svchost.exeC:\Program Files\Intel\Intel Matrix Storage Manager\Iaantmon.exeC:\Program Files\Common Files\Intuit\Entitlement Client\v5\Server\Intuit.Spc.Map.EntitlementClient.Server.Service.exeC:\Program Files\Common Files\Intuit\Update Service\IntuitUpdateService.exeC:\Program Files\McAfee\VirusScan Enterprise\engineserver.exeC:\Program Files\McAfee\Common Framework\FrameworkService.exeC:\Program Files\McAfee\VirusScan Enterprise\vstskmgr.exeC:\WINDOWS\system32\mfevtps.exeC:\WINDOWS\System32\svchost.exeC:\Program Files\Panasonic\pcinfo\PCInfoPi.exeC:\Program Files\Panasonic\pcinfo\PCInfoSV.exeC:\WINDOWS\System32\svchost.exeC:\Program Files\Intel\Wireless\Bin\RegSrvc.exeC:\WINDOWS\system32\tcpsvcs.exeC:\WINDOWS\system32\svchost.exeC:\Program Files\McAfee\VirusScan Enterprise\mcshield.exeC:\Program Files\Canon\CAL\CALMAIN.exeC:\WINDOWS\Explorer.EXEC:\Program Files\Intel\Intel Matrix Storage Manager\Iaanotif.exeC:\Program Files\Panasonic\WSwitch\WSwitch.exeC:\Program Files\Analog Devices\Core\smax4pnp.exeC:\Program File

 

Related content

createprocessa failed error 13

Createprocessa Failed Error table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed With Error Code a li li a href Wkhtmltopdf a li ul td tr tbody table p here for a quick overview of the relatedl site Help Center Detailed answers to any questions createprocess failed with error you might have Meta Discuss the workings and policies of shadowprotect createprocess failed with error this site About Us Learn more about Stack Overflow the company Business Learn more about hiring createprocess failed with error code developers or posting ads with us Stack

createprocess failed with error code 3

Createprocess Failed With Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed With Error The Filename Or Extension Is Too Long a li li a href Createprocess Failed Code a li li a href Createprocess Failed Code The Requested Operation Requires Elevation Windows a li li a href Unable To Execute File Createprocess Failed Code a li ul td tr tbody table p here for a quick relatedl overview of the site Help Center Detailed createprocess failed with error answers to any questions you might have Meta Discuss the p

createprocess failed with error code 193

Createprocess Failed With Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed With Error Code a li li a href Createprocess Error Eclipse a li li a href Createprocess Failed With Error The Filename Or Extension Is Too Long a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions relatedl you might have Meta Discuss the workings and policies createprocess failed code is not a valid win application of this site About Us Learn more about Stack

createprocess failed with error 2

Createprocess Failed With Error table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed With Error The Filename Or Extension Is Too Long a li li a href Createprocess Error C a li li a href Createprocess Error Intellij a li li a href Createprocess Failed Code a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more relatedl about Stack Overflow the company Business

createprocess failed error 5

Createprocess Failed Error table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed Code Access Is Denied a li li a href Createprocess Failed Code Windows a li li a href Createprocess Failed Code a li ul td tr tbody table p Community Chat Javascript Disabled Detected You currently have relatedl javascript disabled Several functions may not work Please createprocess failed code re-enable javascript to access full functionality CreateProcess failed with error p h id Createprocess Failed Code Access Is Denied p Access is denied Started by Dec PM Please log in to

createprocess failed with error 193

Createprocess Failed With Error table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Error Eclipse a li li a href Createprocess Failed With Error The Filename Or Extension Is Too Long a li li a href Shadowprotect Createprocess Failed With Error a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and relatedl policies of this site About Us Learn more about Stack createprocessasuser failed with Overflow the company Business Learn more about

createprocess failed with error 2 metin2

Createprocess Failed With Error Metin table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed With Error a li li a href Createprocess Failed With Error The Filename Or Extension Is Too Long a li li a href Shadowprotect Createprocess Failed With Error a li ul td tr tbody table p Portal Forum Mitglieder Team Chat Support Gameforge com Metin de raquo Archiv raquo Archiv Metin Alt raquo relatedl CreateProcess failed with error Lieber Besucher metin createprocess failed code herzlich willkommen bei Metin de Falls dies Ihr erster Besuch auf p h id

createprocess failed error code - 267

Createprocess Failed Error Code - table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed Code The Directory Name Is Invalid a li li a href Createprocess Failed Code The Directory Name Is Invalid Fix a li li a href Php Proc open a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you relatedl might have Meta Discuss the workings and policies of p h id Createprocess Failed Code The Directory Name Is Invalid p this site About Us

createprocess failed with error 2 garena master

Createprocess Failed With Error Garena Master table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed With Error Code a li li a href Createprocess Failed With Error The Filename Or Extension Is Too Long a li li a href Createprocess Failed Code Far Cry a li li a href Createprocess Failed With Error Code C a li ul td tr tbody table p that one of the files installed contains a virus Unfortunately anti-virus software often gives relatedl false positives i e wrongly concludes a file contains p h id Createprocess Failed

createprocess failed with error code 2

Createprocess Failed With Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed Code Hatas a li li a href Malwarebytes Createprocess Failed Code a li li a href Createprocess Failed With Error The Filename Or Extension Is Too Long a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss relatedl the workings and policies of this site About Us Learn createprocess failed code system cannot find file more about Stack Overflow the

createprocess failure error 123

Createprocess Failure Error table id toc tbody tr td div id toctitle Contents div ul li a href Shadowprotect Createprocess Failed With Error a li li a href Createprocess Failed With Error Code a li li a href Adb Daemon Not Running Starting It Now On Port a li ul td tr tbody table p here for a quick overview of the relatedl site Help Center Detailed answers to any questions createprocess failure error you might have Meta Discuss the workings and policies of createprocess failed with error this site About Us Learn more about Stack Overflow the company Business

createprocess failed error code 193

Createprocess Failed Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Error Eclipse a li li a href Createprocess Failed With Error a li ul td tr tbody table p Discussion Notepad Plugins A plugin to improve Notepad Brought to you by jenslorenz Summary Files Reviews Support Wiki Tickets Bugs relatedl Support Requests Patches Feature Requests News Discussion Donate Code inno setup createprocess failed code Create Topic Stats Graph Forums File Switcher Speech Plugin SimpleScript createprocess failed code is not a valid win application NativeLang HTMLTag DBGP Plugin Hex Editor NativeLang

createprocess failed with error code 193 visual studio 2008

Createprocess Failed With Error Code Visual Studio p SQL Server Express resources Windows Server resources Programs MSDN subscriptions Overview Benefits Administrators Students Microsoft Imagine Microsoft relatedl Student Partners ISV Startups TechRewards Events Community Magazine createprocess failed code is not a valid win application Forums Blogs Channel Documentation APIs and reference Dev centers Retired createprocess failed with error code content Samples We re sorry The content you requested has been removed You ll be auto redirected in second Ask a question Quick access Forums home Browse forums users FAQ Search related threads Remove From My Forums Asked by Microsoft NET Framework

createprocess failed with error code 2 notepad

Createprocess Failed With Error Code Notepad table id toc tbody tr td div id toctitle Contents div ul li a href Notepad Createprocess Failed With Error Code The System Cannot Find The File Specified a li li a href Createprocess Failed With Error Code C a li li a href Createprocess Failed Code a li li a href Ghost Recon Future Soldier System Error The System Cannot Find The File Specified a li ul td tr tbody table p failed with error code windows bit PunishmentTyler SubscribeSubscribedUnsubscribe Loading Loading Working Add to Want to watch this again relatedl later Sign

createprocessasuser failed error 740

Createprocessasuser Failed Error table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Error Windows a li li a href Createprocess Failed Code Windows a li li a href Createprocess Failed Code Windows a li ul td tr tbody table p Sep Print Email to friend Views The message Error The requested operation requires elevation indicates that WinZip has been configured to Run as administrator Some people relatedl might do this to make it possible for WinZip to create createprocessasuser failed with error and or edit Zip files in protected folders such as those

createprocess failure error 2

Createprocess Failure Error table id toc tbody tr td div id toctitle Contents div ul li a href Adb Daemon Not Running Starting It Now On Port a li li a href Could Not Read Ok From Adb Server a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this relatedl site About Us Learn more about Stack Overflow the company Business createprocess failed with error code Learn more about hiring developers or posting ads with us

createprocess failed error 32

Createprocess Failed Error table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed With Error Code a li li a href Createprocess Failed Code a li li a href Createprocess Failed Code Windows a li li a href Createprocess Failed Code The Requested Operation Requires Elevation a li ul td tr tbody table p that one of the files installed contains a virus Unfortunately anti-virus software often gives false positives i e wrongly concludes a file contains a virus Our software does relatedl not contain viruses http www brightsparks com nonasties html This

createprocess failed with error 2 sai

Createprocess Failed With Error Sai table id toc tbody tr td div id toctitle Contents div ul li a href Start Sai Error a li li a href Createprocess Failed With Error a li li a href Createprocess Failed With Error Code a li li a href Createprocess Failure Error a li ul td tr tbody table p Help Suggestions Send Feedback Answers Home All Categories Arts Humanities Beauty Style Business Finance Cars Transportation Computers Internet Consumer Electronics Dining Out Education Reference Entertainment Music Environment Family Relationships Food Drink Games Recreation relatedl Health Home Garden Local Businesses News Events Pets

createprocess failed with error code 14001

Createprocess Failed With Error Code table id toc tbody tr td div id toctitle Contents div ul li a href B d Podczas Wykonywania Createprocess Code a li li a href Createprocess Failed With Error a li li a href Createprocess Failed With Error The Filename Or Extension Is Too Long a li ul td tr tbody table p by jameshanley yahoo co uk Jul Guest A msgbox comes up when trying to run an executable after installing an app and the msgbox says Error code - this application failed to relatedl start because the application configuration is incorrect Reinstalling

createprocess failed error 2 android

Createprocess Failed Error Android table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed Code System Cannot Find File a li li a href Createprocess Error C a li li a href Relaunchusingcreateprocess Createprocess Failed a li li a href Createprocess Failed Code a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any relatedl questions you might have Meta Discuss the workings and createprocess failed code policies of this site About Us Learn more about Stack Overflow the p h id

createprocessasuser failed with error 740

Createprocessasuser Failed With Error table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Error a li li a href Createprocess Error Windows a li li a href Createprocess Failed Code Crossfire a li ul td tr tbody table p be down Please try the request again Your cache administrator is webmaster Generated Thu Oct GMT by s hv squid p p Windows users have reported CreateProcess Failed Code error on Windows So what is this error and how can we fix it relatedl on Windows CreateProcess Failed Code Error And How createprocess failed

createprocess failed error 267

Createprocess Failed Error table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed Code a li li a href Createprocess Failed Code Nedir a li li a href Createprocess Failed With Error a li li a href Createprocess Failed With Error Code a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any relatedl questions you might have Meta Discuss the workings and p h id Createprocess Failed Code p policies of this site About Us Learn more about Stack Overflow the

createprocess failed error code 740

Createprocess Failed Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Unable To Execute File Createprocess Failed Code a li li a href Createprocess Failed Code Windows a li li a href Maplestory Createprocess Failed Code a li ul td tr tbody table p be down Please try the request again Your cache administrator is webmaster Generated Thu Oct GMT by s bd squid p p Windows users have reported CreateProcess Failed Code error on Windows So what is this error and how can we fix relatedl it on Windows CreateProcess Failed

createprocess failed with error 2 resident evil 4

Createprocess Failed With Error Resident Evil table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed With Error a li li a href Createprocess Failed With Error The Filename Or Extension Is Too Long a li li a href Shadowprotect Createprocess Failed With Error a li ul td tr tbody table p To Get Mouse Aim In Resident Evil PabelR SubscribeSubscribedUnsubscribe K Loading Loading Working Add to Want to watch this again later Sign in to add this video to a playlist Sign in Share relatedl More Report Need to report the video

javac createprocess failed error code 2

Javac Createprocess Failed Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed With Error Code C a li li a href Createprocess Failed With Error a li li a href Notepad Java Plugin a li li a href Createprocess Failed Code a li ul td tr tbody table p Google Het beschrijft hoe wij gegevens gebruiken en welke opties je hebt Je moet dit vandaag nog doen Navigatie overslaan NLUploadenInloggenZoeken Laden Kies relatedl je taal Sluiten Meer informatie View this message in English createprocess failed with error code the system

malwarebytes error createprocess failed code 2

Malwarebytes Error Createprocess Failed Code table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed Error a li li a href Createprocess Failed With Error Code Notepad Java a li li a href Createprocess Error Codes a li ul td tr tbody table p Browse Forums p h id Createprocess Failed Error p Guidelines Staff Online Users Members More Activity All Activity My createprocess failed code far cry Activity Streams Unread Content Content I Started Search More Malwarebytes com Anti-Malware Anti-Malware for Mac Anti-Malware Mobile Anti-Exploit unable to execute file createprocess failed code

notepad error in createprocess 740

Notepad Error In Createprocess table id toc tbody tr td div id toctitle Contents div ul li a href Createprocess Failed Code The System Cannot Find The File Specified a li li a href Createprocess Failed Code a li li a href Createprocess Failed Code Windows a li li a href Createprocess Failed Code The Directory Name Is Invalid a li ul td tr tbody table p not accepted Solved answers TipsView Tips Recent PostsArticles Blogs Questions Tips Member ListView All Administrators Moderators All Activities Archive relatedl Active Directory Apple Cloud Computing Database Developer Exchange Server p h id Createprocess

proc_open createprocess failed error code - 267

Proc open Createprocess Failed Error Code - table id toc tbody tr td div id toctitle Contents div ul li a href Wkhtmltopdf a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and relatedl policies of this site About Us Learn more about Stack createprocess failed code the directory name is invalid Overflow the company Business Learn more about hiring developers or posting ads with us php proc open Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question