ncstart
 

ncstart 1.0.0.0

ncstart : Fix the Windows Start Command in Vista



Launching Word documents or audio and video from a multimedia CD is a common task that, until the release of Vista, was relatively painless. You just put something like START c:\readme.doc or START c:\video.wmv in a BAT file and that was it. If you've shipped CDs using thiis technique then you're probably getting calls from customers, or you will be soon. Keep reading and you'll have an answer when the calls start.If you type START c:\video.wmv from a command prompt or the Run dialog box it will work. If you put that same command in a BAT file and try it, Word will start but your document won't be opened.If you know anything about Windows programming you might think that you could just use the ShellExecute function to launch the application since it's the function that you call to open a file in its default application. The only job of ShellExecute is to interrogate the registry, figure out how to launch the file and then do it for you. It's worked since Windows 95, but no more.I've seen this on Vista but it doesn't appear to be a problem with Vista because it doesn't affect all applications the same way. I've confirmed this problem with Windows Media Player and Microsoft Word but it works fine with text files (they are opened in Notepad).So ShellExecute isn't reliable enough and the START command isn't an option unless you want to tell your users what to type from a command prompt. I don't know how ShellExecute is broken or how to get around it, and you can't wait for Microsoft to fix it. You need a solution now and I have one.If you supply the full path to wmplayer.exe in a BAT file and pass the file you want to open as an argument . For example "C:\Program Files\Windows Media Player\wmplayer.exe" c:\video.wmv opens a c:\video.wmv in Windows Media Player where using START c:\video.wmv from a BAT file fails miserably.The ncstart was developed to be a new tool that you can use inside your BAT files instead of the START command, one that will wok on all Windows desktop operating systems. The ncstart tool will do what the ShellExecute function and the START comamnd were supposed to do... look at the file you're trying to open, figure out which application is needed to open that file and then do it.usage: ncstart.exe /path filespec /verb verbThe /path switch is where you specify the file that you want to open. You don't need to put quotes around the path, ncstart will take care of all that nonsense for you.The /verb switch is optional and tells ncstart what you want to do with the file. In most cases you can just leave this out and ncstart will assume you want to use the open verb, which is the default for most files.example: ncstart.exe /path C:\Documents and Settings\Tim\Desktop\Test.doc

Conclusion

To conclude ncstart works on Windows operating system(s) and can be easily downloaded using the below download link according to Freeware license. ncstart download file is only 95 KB  in size.
ncstart was filed under the General category and was reviewed in softlookup.com and receive 4.5/5 Score.
ncstart has been tested by our team against viruses, spyware, adware, trojan, backdoors and was found to be 100% clean. We will recheck ncstart when updated to assure that it remains clean.

ncstart user Review

Please review ncstart application and submit your comments below. We will collect all comments in an effort to determine whether the ncstart software is reliable, perform as expected and deliver the promised features and functionalities.

Popularity 9/10 - Downloads - 28 - Score - 4.5/5

Softlookup.com 2023 - Privacy Policy



Category: General 
Publisher: Northcode Inc
Last Updated: 8/11/2023
Requirements: Windows Vista
License: Freeware
Operating system: Windows
Hits: 459
File size: 95 KB 
Price: Not specified


Leave A comment
Name: *
E-Mail: *
Comment: *