MSCExec for Windows ver 2.0.1

  MSCExec for Windows
  Category : Asp Scripts-components Development-tools Utilities  
  Platform : Windows  
  Price :  
  Developer:  
  Version : 2.0.1  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

MSCExec allows you to call OS command or launch an application right from your script. You can set parameters for the call and check results.

 

more Tag: mscexec,

Also see ...


WebPageSnapshot 1)    WebPageSnapshot
 This is a browser application that permit the users to create a snapshot of the webpage and store it to the file and retrieves webpage details like text contents, emails, links, title and URL. This program allow users to set dimensions for images. The parameters like webpage URL and window dimension is specified in the getwebpage method by the users. This program has features like, getting web page text and title, thumbnail dimensions can be set, loading webpage, users can off or on image lo...

Boomerang 2)    Boomerang
 This is a browser application which allows the users to upload unlimited number of files from a browser. The users can add various fields in the form before uploading process begins. This program has features like multiple upload size and file count, saving uploads, provide support for http and ftp, folder recursion, provides configurable options for the users, intuitive interface and more....

ImageUpload 3)    ImageUpload
 This is a browser program that helps the users to upload images through a web browser. The users have the ability to load files in several formats. This program allows users to upload image files with optional datas by providing fields in the form. This program has features like onsubmit event, resizing and rotating images, supports HTTP and FTP protocols, formats can be modified, users can upload image as BMP, PNG, JPG, GIF formats, users can apply FX and edit images and more....

MemoBook Notes 4)    MemoBook Notes
 This is a browser application where the users can manage and access links and share notes from any web locations that is embedded into IE browser. This program allow users to login in to the notes bar with username and pasword. The admin can manage the users account and can modify their passwords and email address. Users can share notes with like minded people....

UK Postcode Checker using Secpay 5)    UK Postcode Checker using Secpay
 This little asp script uses MS XMLParser to check the validity of any UK postcode. It can be easily adapted to be added to forms to stop users progressing without a valid UK Postcode. Ideal for UK webmasters who want to validate their members. This script is recommended for users of the secpay (c) system as it uses their web validation system via an XML call....

BrowserHawk 6)    BrowserHawk
 This is a program which has the ability to reduce load times of the webpages and network traffic. This program allows users to secure meta tags from their competitors and help programmers develop applications that could be compatible with any browser. It saves browser statistics in a secured database. This program has many features like browser can be updated automatically, new browser detection, blazing speed, maximum scalability, detecting wireless devices, detecting devices like palm, iPa...

FileShipX 7)    FileShipX
 This is a file browser control which allows the users to upload files on their webpages. The users can handle browser control as a form where various fields can be added for uploading. This program has features for the users such as posting from a browser, unlimited number of files, browsing files in web pages, provide HTTP and FTP support, secure and safe for scripting, select and go etc are available....

WebscribeX 8)    WebscribeX
 This is a online content editor and a browser application that permit the users to perform the operation of editing email and chat messages, documents through a web based browser. This program provides enhanced features for the users like loading files from disk, importing web pages, source code editor, users can print and preview the prints, element inspector, provide MS interface for the users, activeX objects etc....

w3 Utils 9)    w3 Utils
 w3 Utils is a set of powerful tools solving several problems and boosting your efficiency as well as enabling you to do several things not possible otherwise. w3 Utils is easily used from ASP code or any other environment supporting COM. w3 Utils enables you to do Internet Name resolving including reverse lookups, internet ping, sending SMTP mail with MX record resolving. It includes a simple, efficient and reliable debugging utility, gives you full control over simple date formatting, encryp...

Login using a session variable 1)    Login using a session variable
 This ASP tutorial is very useful for the ASP developers and webmasters to include the login system for their members / users etc., Within few simple steps, you can learn how to create the login ASP page, password page, login close page, welcome page and also can learn the methods to redirect the authorized members to other pages as you like....

ASP FAQS : Convert the contents of an array into a string 2)    ASP FAQS : Convert the contents of an array into a string
 This tutorial has two in-built programs which are used to know how to store array items as string values. The first one suggests the for next loop to add each element of arrays to a string with a common delimiter like comma, space etc., And the latter one describes the easier method to perform the required task using 'join' function....

Array How to Part 1 3)    Array How to Part 1
 The basic things in arrays are taught in this ASP article using which beginners in ASP can start their array handling functions in ASP programming. This article explains that every element are stored in array with index number that start with 0 which is assigned to the first element. And describes other array functions used to resize the array, to save the elements etc.,...

Variables and Values in VBScript 4)    Variables and Values in VBScript
 In this online ASP learning module, the basic aspects in variables are taught with clear explanation. It describes about the data types used to store string values, number values, etc., And a detailed description can be learnt on VARIANTS in VBScript used to store any data type dynamically. More solutions can be got through this article that also comes with several other related articles....

Use Local Variables 5)    Use Local Variables
 An ASP tutorial which is helpful for the ASP developers to obtain several tips on variables usage. It is described with a sample snippet how to use local variables on sub-routines that include sub and End Sub. Also, this tutorial directs you to use local variables instead of global variables to reduce the process time complexity of programs....

Encoding and decoding strings using the ROT13 method 6)    Encoding and decoding strings using the ROT13 method
 In this ASP tutorial, it is elaborated in detail how to encode a text string in ASP pages. Here, ROT13, a encoding method is described to encode the text strings by just rotating the text by 13 characters. For example the letter "b" becomes "o". An online demo helps users to understand the encoding and decoding process in a much easier way....

Is Prime Function 7)    Is Prime Function
 This web based ASP tutorial directs you to use the string functions for various purposes and here it is taught that using ASP math functions you can check if a given number is prime or not. The provided program prompts to enter a number and the math functions verify the number and outputs the results in no time and this method is more useful to encrypt text / passwords etc.,...

HTML Parsing Function Library 8)    HTML Parsing Function Library
 The usage of strings within ASP applications can be learnt through this ASP article that clearly provides solutions to parse the HTML documents to filter required text by removing the HTML tags. Seperate source snippets describe all needed process step by step. Several string functions split(), join(), len() and a lot more are described to acquire the required output from HTML documents....

Online Base64 decoder and encoder 9)    Online Base64 decoder and encoder
 On-line sample of COM object for base 64 decoding and encoding. Contains Base64 algorithm to do conversion of String and binary data files from/to a Base64 string. You can specify several charsets for data and export data to a file after encode/decode...