home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / wp / fed134.zip / EXAMPLE.FED < prev    next >
Text File  |  1993-06-24  |  839b  |  18 lines

  1.  
  2.  '***********************************
  3.  '       Example FED commands
  4.  '***********************************
  5.  
  6.  echo off>>cls           ' add line "cls" below lines containing 
  7.                          ' "echo off"
  8.  echo||@echo off         ' replace lines containing "echo" with 
  9.                          ' line "@echo off"
  10.  ^rem //                 ' remove "rem " from the beginning of lines
  11.  pc-cache!!/write=off_   ' strip "/write=off " from lines containing
  12.                          ' "pc-cache"
  13.  tmp//TEMP               ' global change "tmp" to "TEMP"
  14.  path&&c:\util;          ' append "c:\util;" to lines containing "path"
  15.  path //path c:\pctools; ' this will include "c:\pctools" in path
  16.  dircmd^^REM_            ' prefix "REM " to lines containing "dircmd"
  17.  mirror--                ' delete lines containing "mirror"
  18.