Search found 10 matches

by Tami
31 Oct 2018 15:30
Forum: DOS Batch Forum
Topic: Delete everything in txt after fifth slash
Replies: 2
Views: 2653

Re: Delete everything in txt after fifth slash

Worked perfectly, thanks for your help, love you <3
by Tami
31 Oct 2018 10:18
Forum: DOS Batch Forum
Topic: Delete everything in txt after fifth slash
Replies: 2
Views: 2653

Delete everything in txt after fifth slash

Hi, I wanted to know if someone could help me with this. The batch file should delete everything in the line in the .txt file after the fifth slash, how could I do this? I don't have a clue where to start with this :? Example of a .txt file: Before: http://www.website.net/sr/PD2QPVGPRH2/?NameOfTheFi...
by Tami
27 Sep 2018 07:43
Forum: DOS Batch Forum
Topic: Every line of txt as variable
Replies: 1
Views: 2579

Every line of txt as variable

Hi, so i wanted to execute a command with every line of a txt file. Example: This txt file with links https://www.youtube.com/watch?v=xcJtL7QggTI https://www.youtube.com/watch?v=0vrdgDdPApQ https://www.youtube.com/watch?v=D24lUBJLNMY https://www.youtube.com/watch?v=Bey4XXJAqS8 https://www.youtube.co...
by Tami
09 Apr 2017 03:29
Forum: DOS Batch Forum
Topic: Random number generator
Replies: 5
Views: 5730

Re: Random number generator

Thanks very much, it worked^^
by Tami
08 Apr 2017 03:23
Forum: DOS Batch Forum
Topic: Random number generator
Replies: 5
Views: 5730

Random number generator

Hello DosTips-Users ^^ First, thanks for everyone, who helped me in the past weeks :D
So, my problem is: I need a random number generator. This number should be 32 numbers long. How do i do this? I couldn't make it myself :/
Thanks c:
by Tami
04 Apr 2017 05:49
Forum: DOS Batch Forum
Topic: Extract information from a website to txt
Replies: 9
Views: 8252

Re: Extract information from a website to txt

I asked them for an API and they will help me^^ If i get the API, would you help me making the tool? :)
by Tami
03 Apr 2017 13:16
Forum: DOS Batch Forum
Topic: Extract information from a website to txt
Replies: 9
Views: 8252

Re: Extract information from a website to txt

Could you tell me how to do that or do you have a tutorial anywhere? :/
by Tami
03 Apr 2017 08:46
Forum: DOS Batch Forum
Topic: Extract information from a website to txt
Replies: 9
Views: 8252

Extract information from a website to txt

Hello, i have a big request and im not good in batch scripting at all... So, here's my problem: The cmd should start and should ask for a link (Set /P variable=Paste Link:) I want to extract the title, the Episodes,etc. basically everything from the link. (The site should be m ) How do i do that? I ...
by Tami
02 Apr 2017 00:16
Forum: DOS Batch Forum
Topic: User input and variable? How?
Replies: 3
Views: 3168

User input and variable? How?

So, here's my problem:

I want to ask in which language they need it. So they must decide between de, en, es and fr. How do i do that?
If they type in "de", then the %variable1% should be de. If they type in "en", then the %variable1% should be en.
Thanks!
by Tami
31 Mar 2017 11:07
Forum: DOS Batch Forum
Topic: Drag and drop files into batch file
Replies: 2
Views: 18516

Drag and drop files into batch file

Hello,

i wanted to ask how i can drop files into an Batch File. So i drop two files and the first file has the variable %variable1% and the second %variable2% . How do i do that? I saw that this is pssobile, so can anyone post a code for me? :/