MSFN Forum: Need batch script to edit file - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Need batch script to edit file Need batch script to edit file Rate Topic: -----

#1 User is offline   bapu1981 

  • Group: Members
  • Posts: 1
  • Joined: 05-September 12
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 05 September 2012 - 11:54 PM

Hi,

I need batch script to edit file and restart the service in windows.
For example:

monitor oid memInUseCapacity.0 601 0x00300300 300 absolute > 95 '#3-Low Memory' '' in this i want to add [MID_XXXXX].

To replace :

monitor oid memInUseCapacity.0 601 0x00300300 300 absolute > 95 '#3-Low Memory. [MID_XXXXX]' ''

after that i want to restart one service.

Regards
Bapu


#2 User is offline   allen2 

  • Not really Newbie
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,737
  • Joined: 13-January 06

Posted 06 September 2012 - 12:38 AM

If you want :
file1:
monitor oid memInUseCapacity.0 601 0x00300300 300 absolute > 95 '#3-Low Memory' ''


to become
file2:
monitor oid memInUseCapacity.0 601 0x00300300 300 absolute > 95 '#3-Low Memory. [MID_XXXXX]' '' 


You could use the mingw port of sed from the unix tools and do the following:
type file1 | sed "s/'/. [MID_XXXXX]'/2" >file2

This post has been edited by allen2: 06 September 2012 - 12:38 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy