Search found 18 matches

by jjlyon
24 Apr 2013 14:55
Forum: DOS Batch Forum
Topic: disable/enable USB power & set printer as default
Replies: 3
Views: 6641

Re: disable/enable USB power & set printer as default

hi,thank you so much! they both work perfectly! :D
by jjlyon
22 Apr 2013 09:48
Forum: DOS Batch Forum
Topic: disable/enable USB power & set printer as default
Replies: 3
Views: 6641

disable/enable USB power & set printer as default

hi all, i have opened a new topic because this problem is different form others i have had in the past. i need 3 batch files: 1: set a printer as default my business runs a lot of different printers and some batch printing software along with some automation software. i need a batch file that can se...
by jjlyon
22 Apr 2013 09:16
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

Re: need help with batch file to edit two text files

:D that works great thanks foxidrive!
sorry Endoro, in future ill show more examples :)
by jjlyon
21 Apr 2013 20:12
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

Re: need help with batch file to edit two text files

hi again, i have another problem. since this is a similar problem i thought i would post it under this topic. i need a batch file that can combine the text in two different txt files into one. for example name.txt tony josh tom Size.txt Large Small and then combine the text into: total.txt tony Larg...
by jjlyon
09 Mar 2013 19:45
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

Re: need help with batch file to edit two text files

:lol: thank you so much for your help
by jjlyon
07 Mar 2013 11:44
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

Re: need help with batch file to edit two text files

hi again, there is a slight problem with the batch file, i hope some one can help. for some reason the batch file doesn't show lines of text exactly as they should appear for example anything coming after the symbols "-" and "&" is removed in the total.txt along with them sym...
by jjlyon
07 Mar 2013 11:36
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

Re: need help with batch file to edit two text files

thanks Squashman this will come in handy, because iv never noticed it before i feel silly now :oops: lol
by jjlyon
04 Mar 2013 18:47
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

Re: need help with batch file to edit two text files

ahhh thats great thanks! i rely should learn how to program batch files for myself one day, do you know any good instructional websites i can learn it from step by step? :)
by jjlyon
04 Mar 2013 17:20
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

Re: need help with batch file to edit two text files

hi, is there anyway to modify the batch file so it does not add spaces at the end of each item in the total.txt list? for example ( _ = space) Item1_ Item2_ Item2_ to Item1 Item2 Item2 its not a big problem as i have just renamed my files but it would help clean things up a little kind regards Josh
by jjlyon
19 Feb 2013 15:54
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

Re: need help with batch file to edit two text files

hi, that is fantastic! this will helps so much! you have just made my job a whole world easer. thank you so much! :D
by jjlyon
19 Feb 2013 13:15
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

Re: need help with batch file to edit two text files

like when you press enter with no input :)
by jjlyon
19 Feb 2013 12:52
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

Re: need help with batch file to edit two text files

hi, that's excellent! i almost didn't think it was possible. it works great, but sometimes when the same customer buys two different items the items.txt file can show: (with an empty line) Item.txt Item A Item B Amount.txt 2 1 1 with the empty line. i noticed that the code does not multiply the empt...
by jjlyon
18 Feb 2013 22:44
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

Re: need help with batch file to edit two text files

if it helps in any way the codes i use in my batch file (which are without the batch code i need help with) are: @echo off :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :set folder="C:\Users\DiskRetail\Desktop\New folder (3)" IS THE LOCATION :TO DELEAT ALL FILES ::::::::::::::...
by jjlyon
18 Feb 2013 22:18
Forum: DOS Batch Forum
Topic: need help with batch file to edit two text files
Replies: 19
Views: 16628

need help with batch file to edit two text files

hi, a while back i got help here with a problem ( a batch program that looked into a text file with a list of items and then made a copy of all the items from one folder into another (renaming the file with a number so as not to overwrite duplicates) this has been extremely useful with my business a...
by jjlyon
12 Oct 2012 22:19
Forum: DOS Batch Forum
Topic: search files,copy+paste to new folder (batch file software?)
Replies: 30
Views: 26616

Re: search files,copy+paste to new folder (batch file softwa

Thanks for your advice Ed Dyreen, I'm still in the 30 day trial of mouserobot an to buy its quite expensive. in the mean time ill have a good look into AutoIt and see what i can come up with. :)