Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to get for your free account now!
utilitity to convert bat2exe or bat2com
Name: nadeem Date: April 10, 2002 at 12:39:29 Pacific
Comment:
Please help me out to get a utitlity to covert .bat to .exe or .bat to .com
Is there a utility that will convert from batch files to visual basic. I want to be able to create something that will let me map a shortcut key. Is there anything out there that will do this?
Summary: You want to rename all files from current directory to a same extention, is that it? What do you mean by "compiled batch"? You're using a program like bat2exe or bat2com to convert the script, is that...
Summary: The following is how I have always done it: 1. Obtain access to MSDOS.SYS in the root of drive c as follows: ATTRIB -S -H -R MSDOS.SYS 2. edit msdos.sys using the dos editor: EDIT MSDOS.SYS change BO...
Summary: Loading a CD Rom driver is always a two step process. 1) Load the driver into memory and 2) Load the CD Extensions software. I know of no such program to do this all in one step. However, if you we...