ncstart icon

ncstart

1 big stars
ncstart screenshot
Name: ncstart
Works on: windowsWindows Vista and above
Developer: Northcode Inc
Version: 1
Last Updated: 26 Feb 2017
Release: 06 Feb 2010
Category: Tweak > System Tweak
Rate this software:
294 downloads
commentsComments
downloadDownload
Liked it? Tell others:
details

ncstart Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2008 | Windows Vista | Windows 2012
SHA1 Hash: 40e98197f5176c0b197d87156752a888653e05ec
Size: 97.51 KB
File Format: exe
Rating: 1.913043478 out of 5 based on 23 user ratings
Downloads: 294
License: Free
ncstart is a free software by Northcode Inc and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2008, Windows Vista, Windows 2012.
You can download ncstart which is 97.51 KB in size and belongs to the software category System Tweak.
ncstart was released on 2010-02-06 and last updated on our database on 2017-02-26 and is currently at version 1.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

ncstart Description

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 youve shipped CDs using thiis technique then youre probably getting calls from customers, or you will be soon. Keep reading and youll 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 wont 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 its 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. Its worked since Windows 95, but no more.
Ive seen this on Vista but it doesnt appear to be a problem with Vista because it doesnt affect all applications the same way. Ive confirmed this problem with Windows Media Player and Microsoft Word but it works fine with text files (they are opened in Notepad).
So ShellExecute isnt reliable enough and the START command isnt an option unless you want to tell your users what to type from a command prompt. I dont know how ShellExecute is broken or how to get around it, and you cant 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 youre trying to open, figure out which application is needed to open that file and then do it.
usage: ncstart.exe /path filespec /verb verb
The /path switch is where you specify the file that you want to open. You dont 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
similarSimilar Software