Search found 2 matches
- 08 Oct 2020 19:05
- Forum: DOS Batch Forum
- Topic: Proper way of getting function arguments with spaces and specials characters...
- Replies: 3
- Views: 5703
Re: Proper way of getting function arguments with spaces and specials characters...
Thanks for answering. Passing by reference instead value is the best and simplest way indeed. Other ways is usually too much expensive and they will spend more process time treating parameters than the main function purpose. I just was hoping for the existence of some magic trick unknown by me to ac...
- 07 Oct 2020 14:54
- Forum: DOS Batch Forum
- Topic: Proper way of getting function arguments with spaces and specials characters...
- Replies: 3
- Views: 5703
Proper way of getting function arguments with spaces and specials characters...
Hi guys! First time here, but dealing with batch codes from a long time. I'd like to get some help developing a proper way to get correct parameters in a batch function. In some functions, I usually need to get the parameters the way they are really passed, not "eating" any comma and not getting the...