Pregunta

I want to write a line in a text file using the batch file.

CONTENT=IBFS1_action=createUser&IBFS_name=user2&IBFS_description=user2&IBFS_password=&IBFS_email=&IBFS_status=ACTIVE&IBFS_initGroup=IBFS%3A%2FSSYS%2FGROUPS%2FEVERYONE&IBFS_pSetList=&IBIWF_SES_AUTH_TOKEN=ce15d73b58214ce31c2d1ce96c8f5843&

I want to write this line into text file using the batch command.

¿Fue útil?

Solución

You need to prefix each & with ^.

Similarly, you need to prefix each % with %

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top