Search found 2 matches

by Cc4Dayz
01 Mar 2020 06:03
Forum: DOS Batch Forum
Topic: Help | Hey can some one help me to eddit a .ini file automatic from cmd
Replies: 4
Views: 6705

Re: Help | Hey can some one help me to eddit a .ini file automatic from cmd

Hey, Thank you for your help, but it still don`t work for me cls echo Type the Port number then press enter: Set /P A= echo Type the IP number then press enter: Set /P B= Echo on CD /d K:\Batch 4\AIPA1\Settings\test copy con Net.ini >"Net.ini" ([General] >> xxxx =xx \\text >> xxxx =xx \\text >> xxxx...
by Cc4Dayz
01 Mar 2020 02:14
Forum: DOS Batch Forum
Topic: Help | Hey can some one help me to eddit a .ini file automatic from cmd
Replies: 4
Views: 6705

Help | Hey can some one help me to eddit a .ini file automatic from cmd

Hey can some one help me to make a .ini file automatic from cmd with input. I want to make a bat file that will let me put input in middle of the text for example : echo Please enter IP Set /P X= Computer IP=%X% echo Please enter Port Set /P M= Port = %M% and save it as "test.ini" file. //in the "te...