VBS and interdev 
Author Message
 VBS and interdev

When I try to open a VBS file with MS Interdev 6 there is not the .VBS
extension supported. Why? If I open it thru .* extension, I have not the
color and debug editor.
If I run the .vbs file thru wscript /x, it does not open interdev.


Fri, 16 Jul 2004 22:33:15 GMT  
 VBS and interdev

Quote:

> When I try to open a VBS file with MS Interdev 6 there is not the .VBS
> extension supported. Why? If I open it thru .* extension, I have not the
> color and debug editor.
> If I run the .vbs file thru wscript /x, it does not open interdev.

Shouldn't that be //x and not /x? Anyway, you need to do a registry/file hack to
get InterDev to accept .vbs, .js and .wsh file extensions:

Enable Windows Script Version Tools Support for Visual InterDev
http://support.microsoft.com/support/kb/articles/Q249/0/24.ASP

--
torgeir



Sat, 17 Jul 2004 00:59:03 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. interdev and debugging .vbs files

2. WScript debugging with Interdev (VBS, WSF, etc)

3. .VBS files and InterDev

4. WScript debugging with Interdev (VBS, WSF, etc)

5. Syntax checker for VBS and VBS grammar for YACC/LEX

6. Add computer in domain with vbs or tools call by vbs

7. Calling *.vbs files to Run From Master VBS File

8. how to call vbs file from vbs file

9. Running a .vbs script from within a .vbs script

10. Calling a .vbs file from another vbs

11. Calling a vbs from another vbs

12. Is there anyway to debug VBS file in Interdev?

 

 
Powered by phpBB® Forum Software