Arguments list. 
Author Message
 Arguments list.

Does anyone know of a work around for the file limit on the arguments list
in VBScript.


Mon, 17 Jun 2002 03:00:00 GMT  
 Arguments list.

The limit is an inherent limit on the total length of the command line.  Shorter path names means more files, longer path names means fewer files...  

--
Michael Harris


  Does anyone know of a work around for the file limit on the arguments list
  in vbscript.



Mon, 17 Jun 2002 03:00:00 GMT  
 Arguments list.
you could pass all those fiilenames indirectly...

write them into a separate file (or to the registry), then pass your script
an indication as to where to find the file names (i.e., a file name, or reg
key).

cheers, jw

Quote:

> Does anyone know of a work around for the file limit on the arguments list
> in vbscript.



Tue, 18 Jun 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. function argument list...

2. variable size argument list in vbs?

3. Question on the Function Argument List

4. Unable to execute - arguments list is too long

5. variable argument list?

6. argument list too long errors

7. Unable to execute - arguments list is too long

8. unable to execute - arguments list is too long...

9. Arguments : Passing Arguments containing <">

10. WScript.Arguments won't parse double-quotes within arguments

11. My argument about WScript.Arguments

12. list box to list box

 

 
Powered by phpBB® Forum Software