Search found 5868 matches

by foxidrive
16 Sep 2016 05:29
Forum: DOS Batch Forum
Topic: Remove text from specific word onwards
Replies: 14
Views: 8820

Re: Remove text from specific word onwards

See here: viewtopic.php?f=3&t=6108

The code for this type of task varies considerably depending on the text being renamed and any answer you receive may not work and it may actually destroy the filenames in a very messy way.
by foxidrive
15 Sep 2016 21:58
Forum: DOS Batch Forum
Topic: sector not found writing drive C error
Replies: 8
Views: 8034

Re: sector not found writing drive C error

When using the same computer the same USB keys the same procedure to produce the USB bootable keys ...something is fishy. Computers are electronic gear which are largely reproducible in their behaviour. That's how programs work and why batch scripts work reliably. If you test the same usb keys on tw...
by foxidrive
14 Sep 2016 23:59
Forum: DOS Batch Forum
Topic: Advanced Batch features via auxiliary .exe programs
Replies: 76
Views: 214733

Re: Advanced Batch features via auxiliary .exe programs

The link to DropBox shows the following error:- Error (429) This account's links are generating too much traffic and have been temporarily disabled! I reckon that's going to turn out to be one of aacini's utilities triggering a false positive on malware scan at Dropbox. They did that to me at one p...
by foxidrive
14 Sep 2016 13:57
Forum: DOS Batch Forum
Topic: Third module to a batch file
Replies: 6
Views: 5650

Re: Third module to a batch file

xendistar wrote:Thanks eGerman, I will have a play and see how I get on

It would repay the kindness if you let aGerman know how you got on.
by foxidrive
09 Sep 2016 08:22
Forum: DOS Batch Forum
Topic: Simple Batch file not closing??
Replies: 3
Views: 3516

Re: Simple Batch file not closing??

ShadowThief wrote:
jbalbo wrote:The main problem is when I run the batch file the command window doesn't closee

Why would it?


It could be run from a shortcut that leaves the window open.

jbalbo, Squashman's point is one that is made very frequently. See here: viewtopic.php?f=3&t=6108
by foxidrive
09 Sep 2016 08:07
Forum: DOS Batch Forum
Topic: sector not found writing drive C error
Replies: 8
Views: 8034

Re: sector not found writing drive C error

1) It may be that the USB keys use different internal hardware that the software that makes them bootable doesn't handle very well. 2) The USB keys could be faulty. 3) The BIOS might like that certain type of USB key. These are possibilities but I have no details of the USB keys so it's up to you to...
by foxidrive
07 Sep 2016 18:01
Forum: DOS Batch Forum
Topic: The topic is to reach a value, in a batch file with only one setted variable
Replies: 26
Views: 20498

Re: The topic is to reach a value, in a batch file with only one setted variable

I have grown up with two languages. The slovenien and german language. My syntax is not settled for the spoken part of english language. There are very rare possibilities to speak with others english. Your English expression is very bad. I cannot understand 90% of what you write. I am being clear h...
by foxidrive
07 Sep 2016 12:40
Forum: DOS Batch Forum
Topic: sector not found writing drive C error
Replies: 8
Views: 8034

Re: sector not found writing drive C error

Is it the same computer that is used with these different USB keys?
by foxidrive
04 Sep 2016 18:00
Forum: DOS Batch Forum
Topic: Re :File Transfer
Replies: 12
Views: 10221

Re: Re :File Transfer

abhishekkumarrai3 wrote:Hi,
i need to transfer file from From one Remote server to other Remote server, and also i dont have admin Access


You have not given enough information about your task to help you in an effective way.

See here: viewtopic.php?f=3&t=6108
by foxidrive
04 Sep 2016 17:51
Forum: DOS Batch Forum
Topic: Delete Duplicate Column Enteires
Replies: 5
Views: 4866

Re: Delete Duplicate Column Enteires

the table is in csv(comma separated), I have only posted the example how my Table look like. Squashman's point is an important one puneet. Programming code performs exact operations so if the format of the csv file is different from the example then the code you get will very often not work. See he...
by foxidrive
04 Sep 2016 17:34
Forum: DOS Batch Forum
Topic: .
Replies: 3
Views: 4830

Re: Help with "saving" technique!

In this section I added pause commands with a letter. This is meant to help you to debug your problem. Use this in your game and see which point is being reached and you will find out which line is causing the problem. Using double quotes in your compares like this example below protects the code fr...
by foxidrive
04 Sep 2016 05:39
Forum: DOS Batch Forum
Topic: The topic is to reach a value, in a batch file with only one setted variable
Replies: 26
Views: 20498

Re: The topic is to reach a value, in a batch file with only one setted variable

W Now i use three batch files to get a grip on my steps. start.bat includes set variable=value echo %variable% > "C:\Users\Stefan Mihael\Desktop\parameter.bat" call "C:\Users\Stefan Mihael\Desktop\output.bat" 2.parameter.bat value 3.output.bat for /f "usebackq" %%a in ...
by foxidrive
04 Sep 2016 02:17
Forum: DOS Batch Forum
Topic: The topic is to reach a value, in a batch file with only one setted variable
Replies: 26
Views: 20498

Re: The topic is to reach a value, in a batch file with only one setted variable

ShadowThief wrote:
foxidrive wrote:https://translate.google.com/

I was under the assumption that this is what caused the issue in the first place.

Your comment made me think about it and I wasn't sure if translate was used there, so I made that point just in case the fellow didn't understand that he could use it in that way.
by foxidrive
04 Sep 2016 02:11
Forum: DOS Batch Forum
Topic: Delete System Folders from designated folder
Replies: 1
Views: 2419

Re: Delete System Folders from designated folder

Can anyone assist with getting the following command to also delete System Protected Files? IE can be such a pain, and really I need the system folders to be deleted to get rid of old deprecated Internet Explorer Maintenance information and wiping the system folders is the only way to accomplish th...
by foxidrive
04 Sep 2016 02:02
Forum: DOS Batch Forum
Topic: display title and pid of current window?
Replies: 9
Views: 26347

Re: display title and pid of current window?

That's an interesting conundrum and comments that both of you write. I have a viewpoint that is not quite as legitimate with batch files and it's because I spent so much time scripting in the MSDOS days that I view it this way. For those without much contact with MSDOS scripting: back then the comma...