Results 1 to 2 of 2

Thread: breakpoint a *.bat file

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    didn't decide yet
    Posts
    222

    breakpoint a *.bat file

    I have a set of *.bat which r calling system variables and setting paths, e.g u call start.bat wich can call error.bat... and i m getting the error on dos prompt that "The filename, directory name, or volume label syntax is incorrect" and i do not know where is this error i m very confused if i set all system variables correct . So i m looking for a way to breakpoint-debug any ideas?

  2. #2
    You can fake a breakpoint like this:

    Code:
    rem do stuff
    pause
    rem continue doing stuff

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