Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


June 2001

Debugging Scripts


RSS
Subscribe to Windows IT Pro | See More Scripting Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

My script isn't working, and I'm having a hard time debugging it. What's the easiest way to find the code that's causing the problem?

Remove the @ECHO OFF command from your script and any secondary scripts that it calls so that you can see the script's progress on screen. Instead of double-clicking to execute the script, run it from inside a command-shell window. If the window stays open when the script exits abnormally, you might be able to see the last command, which caused the failure. To slow the screen's scrolling at key points in the script, you can insert sequentially numbered checkpoints such as the following:

ECHO checkpoint 1 & PAUSE

Alternatively, you can use Net Send commands such as this one:

NET SEND %computername%
	checkpoint 1 & PAUSE

With either command inserted, you'll be able to see how far the script progresses before failing and identify the failing command. Run the problem command separately at the command prompt, and observe the failure and error message.

I frequently find syntax problems in For commands, which fail gracelessly and close out the whole script. Remember that For command iterator variables appear as %%i in a script and %i on a command line.

Some of the most difficult debugging problems I've had have been the result of small typos or syntax errors. After you've spent a lot of time solving a script's complex problems, you might not have the objectivity to spot its simple ones. Have another scriptwriter look over the code. Sometimes even a novice can help you spot a simple error. If that doesn't work, disassemble the script into small sections and test them separately.

End of Article



Reader Comments
i am trying to find the best debug script for debugging a hdd before installing the os

jeff December 09, 2003


You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
The Memory-Optimization Hoax

Don't believe the hype. At best, RAM optimizers have no effect. At worst, they seriously degrade performance. ...

Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...

WinInfo Short Takes: Week of November 24, 2008

An often irreverent look at some of the week's other news, including a Vista Capable dismissal request, Zune price reductions, Morrow musings, Novell and Microsoft sitting in a tree ... two years later, Yahoo!, IE 6 on Windows Mobile, and so much more ...


Windows OSs Whitepapers Why SaaS is the Right Solution for Log Management

Related Events Check out our list of Free Email Newsletters!

Scripting eBooks Keeping Your Business Safe from Attack: Encryption and Certificate Services

Best Practices for Managing Linux and UNIX Servers

Building an Effective Reporting System

Related Scripting Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technology Resource Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing