Computing.Net > Forums > Programming > Batch file ide

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Batch file ide

Reply to Message Icon

Name: gunslingor
Date: March 17, 2009 at 11:17:27 Pacific
OS: Windows XP
Subcategory: Batch
Comment:

I have been programming for 10 years in all sorts of languages including assembly. Have not programmed much with batch files. Now I need to make a very extensive batch file that, when loaded onto a thumbdrive, inserted in a computer, and run from the thumbdrive, will gather all sorts of info about the computer, put it in a folder with the extracted computer name as the folder name. Info being pulled in configuration information such as IP address, port status, windows services list, programs installed, mac adress, etc etc etc.

Since this is so indepth, a batch file IDE would be useful. Anyone know where I can find one? Alternatively, let me know of any technics or tools that can be used in place of an IDE. I'd like something that can check syntax, walk through code, etc.



Sponsored Link
Ads by Google

Response Number 1
Name: Judago
Date: March 18, 2009 at 00:07:29 Pacific
Reply:

I am unaware of any such IDE that is free, if you end up using a text editor I would recommend metapad. There are a couple of reasons to use it over something like notepad;

1 - The shortcut <ctrl>+<d> opens the default viewer - for .bat and .cmd files this is cmd.exe. The shortcut acts just as if the batch was double clicked on which can be good for quick testing.

2 - Auto text; 10 slots for those annoying repetitive commands - <alt>+<0-9>(does not work on the numeric keypad)

3 - custom colo(u)rs for text and background.

There is a pay-for program that has a text editor with highlighting and such an works in a "crippled mode" called quick batch file compiler. I can't vouch for it because I only tried it a couple once a while ago. Just be aware the "compiled" batch files are just compressed text that is extracted to a temp directory and run from there.


0

Response Number 2
Name: gunslingor
Date: March 18, 2009 at 04:27:11 Pacific
Reply:

Thanks,

I downloaded and will evaluate this editor. Does anyone have any other suggestions?


0

Response Number 3
Name: Mechanix2Go
Date: March 18, 2009 at 07:26:29 Pacific
Reply:

I don't know of an ide either but I use LIST by Vern Buerg and integrate into it VDE by Eric Meyer. Both are highly configurable. And both free.

note: VDE is a COM file and so is limited to 64KB, but is very quick.


=====================================
If at first you don't succeed, you're about average.

M2


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Batch file ide

programming with batch files www.computing.net/answers/programming/programming-with-batch-files/16969.html

Batch files redirection www.computing.net/answers/programming/batch-files-redirection/18654.html

Batch file to count a specific character in a www.computing.net/answers/programming/batch-file-to-count-a-specific-character-in-a/19751.html