Jump to content

How to create a batch file in vb6 ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
hi everyone does anyone know how to create an batch file in vb6
example

copy /b text1.text + text2.text text3.text

if someone could tell me how to create batch files thanks a lot :D happy christmas to all :D

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Happy Christmas..

You can create a batch file by the exact same way you create a text file.. instead of saving it to a txt you save it to a bat. You remember that print code I gave you? to save to a text file? Use that.

#3
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
ooo yes your right thx again :D

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Welcome :) If you have any other problems just ask.