Joined
·
101 Posts
Gudday all
I have been asked to write some DOS batch files for my new employer. It's been years since I had to write DOS and I have lost/misplaced my DOS manuals.
Currently my latest quirk is that I am outputing this string manipulation to a file.
I am sure that I should be able to have it assigned to a variable instead but I am blowed if I can think of how to do it? :4-dontkno
Can anyone help me?
I have been asked to write some DOS batch files for my new employer. It's been years since I had to write DOS and I have lost/misplaced my DOS manuals.
Currently my latest quirk is that I am outputing this string manipulation to a file.
Code:
findstr /c:"P & P Backup" check_drv-1.out > check_drv-2.out
Can anyone help me?