Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!gatech!ncsuvx!news From: bank@lea.ncsu.edu (Dave The DM) Newsgroups: comp.os.msdos.programmer Subject: Re: Passing delimiters to a batch file Keywords: batch Message-ID: <1990Nov3.164009.1882@ncsuvx.ncsu.edu> Date: 3 Nov 90 16:40:09 GMT References: <60564@bbn.BBN.COM> Distribution: na Organization: /etc/organization Lines: 16 The only idea that occurs offhand is kinda half-arsed, but if it'll fill your needs..... If you want "foo(3,5)", try using some character that DOS ignores, such as the ";". Then write your program such that it recognizes the ";" and automagically replaces it with a ",". Just an idea.... Dave the DM bank@lea.csc.ncus.edu