batch files

  1. C

    Question Opening external batch files from an unknown directory

    I have two questions today. I have recently created a form that will recompress certain files into another file if certain options are ticked. Here is a snippet of the source code: If CheckBox1.Checked = True And CheckBox2.Checked = True And CheckBox3.Checked = True Then...
Back
Top