Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to open cmd.exe in VB6
Name: A.A, Date: September 22, 2003 at 04:07:59 Pacific OS: Windows 98 SE CPU/Ram: Pentium 4,256 MB (8mb sha
Comment:
How can I open cmd.exe (Windows NT/2000/XP/Server 2003's Command prompt) in VB6 via code?
Summary: have made a simple program in C Language to calculate simple interest. I ran it successfully. But, I don't know how to make setup.exe of that program so that I can install it in another PC where C / ...
Summary: Greetings, I am wondering if anybody has any idea on how I might achieve my programming goal. I am FTPing to KCM_Ext server and am trying to run programmatically a batch file to copy a file from that ...
Summary: Carven: To read from a file in VB6, try this: Private Sub Reading_Click() Dim variable1 As String Open "c:\My Documents\sample.txt" For Input As #1 Input #1, variable1 Text1.Text = variabl...