Recent content by Zinkaczu

  1. Z

    I have Windows 10, Comp is brand new Lenovo, camera video is not working instead I did all set ups. Help.

    MERGED QUESTION Question from Zetrekker : "Lenovo Easy Camera"
  2. Z

    batch file copy

    Hi guys I need to create bath file to copy files over network streight to c drive so far i mapped drive ill write how I do it manualy ... start /wait net use w: "\\fileslocation\Images" workshop /user:workshop cd mgcam cd files copy *.* c: cd.. cd.. cd gcam cd files copy *.* c: can...