Recent content by wild11fan

  1. W

    I need help mofiying a .BAT file

    Looks like on my end the SMILEY face should be a D.
  2. W

    I need help mofiying a .BAT file

    Her is the drillout.bat script and extras. @echo >drill.out & setlocal enabledelayedexpansion >drill.out echo M48 :fixed better way: put your 4 coordinates into textfile. LEAVE FIRST LINE BLANK. :use 1,2,3,4 to specify which one you want to use. for /f "skip=%1" %%a in (coords) do >> drill.out...
  3. W

    I need help mofiying a .BAT file

    Hello, I have a .BAT file someone wrote for me but it doesn't work. Can someone look at it and understand what I need to fix it?