Equivalent to cut command in batch scripts -


is there utility in windows carries out same operations done cut command in unix.

i have input lets a|b|c|d. since "|" delimiter therefore need fetch values separated "|".

kindly advise.

if trying in .cmd file can find examples typing for /? command prompt. otherwise if powershell option it's easy using string.split().


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -