Results 1 to 11 of 11

Thread: Command promt in VB 6

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2010
    Posts
    4

    Post Re: Command promt in VB 6

    guys tanx for answers but it didn`t help much... as I said i am an bigginer in VB but I desperately need to make a program. i want to make it like this:

    it would need just to type the names of the files I want to work with and the directory it needs to interact. the parameters between should be automatically typed and executed...

    I know that this is a bit hard since I am just a bigginer but I am a fast learner... please help me...

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Command promt in VB 6

    Quote Originally Posted by Arxya View Post
    I know that this is a bit hard since I am just a bigginer but I am a fast learner... please help me...
    You weren't really clear about the operations you want to perform on these files.

    As I said earlier, VB has a number of file-related statements and functions for performing many common operations though. You should not need to spawn and interact with a command interpreter like CMD.EXE to do this.

    Look in the documentation for the Kill, FileCopy, Name, MkDir, and similar statements.


    If those don't do what you need we'll need more information.

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2010
    Posts
    4

    Re: Command promt in VB 6

    look... it`s not that simple... I need this so I can make a program to extract AUTOMATICALY the .sdc files. The only way to extrack these files is to use the command promt and type everything in... i know that way but it would be simpler to do it like this... thats why I need help... I hope you wont steal my idea

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width