I understand none of that. Haha. Although I will do my best. Is there a way you could do a little explanation for me? I know lots, but once your get into the for commands and Vbs and alike, I get a little lost.
Thanks
Search found 26 matches
- 20 Aug 2014 23:59
- Forum: DOS Batch Forum
- Topic: Help with Date and Time
- Replies: 12
- Views: 12627
- 20 Aug 2014 17:35
- Forum: DOS Batch Forum
- Topic: Help with Date and Time
- Replies: 12
- Views: 12627
Re: Help with Date and Time
Yes, I am just looking for them time. And if possible, maybe put the date in a variable too. I am not too knowledgeable on the use of the for command, so I am not really sure on how to do it.
Thanks
Thanks
- 20 Aug 2014 00:51
- Forum: DOS Batch Forum
- Topic: Help with Date and Time
- Replies: 12
- Views: 12627
Re: Help with Date and Time
Going on the information Phil has given me, I am not sure on how to get the specific information. How would I be able, from the clump of php code in this php, grab the time within that and either set it to a variable, or send it to a file. Thanks again. ~Matt P.S the time that I would like, is the s...
- 19 Aug 2014 17:34
- Forum: DOS Batch Forum
- Topic: Help with Date and Time
- Replies: 12
- Views: 12627
Re: Help with Date and Time
I see. Thank you for your hard work then. If you must know, it is for a project I am working on, a game in particular, where a specific feature locks at a certain time. Although, this time would vary dependent on the users computer clock. This is why I needed a constant time to work from, therefore ...
- 19 Aug 2014 07:45
- Forum: DOS Batch Forum
- Topic: Help with Date and Time
- Replies: 12
- Views: 12627
Re: Help with Date and Time
Thanks a lot Phil. That will be very helpful. And why I did not state why, is because I didn't need to. I told what I wanted to do with no details left out, the reason why I want it doesn't matter. If it effected the process of getting it, then I would have given it to you, but Phil did it fine. Tha...
- 18 Aug 2014 22:20
- Forum: DOS Batch Forum
- Topic: Morovaith Revived
- Replies: 2
- Views: 4027
Re: Morovaith Revived
Interesting. I remember this. I will take a look. I did actually in one of the old version make a dlc for Alchemy.
- 18 Aug 2014 22:17
- Forum: DOS Batch Forum
- Topic: Help with Date and Time
- Replies: 12
- Views: 12627
Help with Date and Time
Hello everyone! I am in a bit of a pickle. I need some help grabbing info of date and time. I know how to get date and time on my own computer, although I would specifically like to get world time, or for a specific place, like American or Australian time. Don't bother asking for why, but it is impe...
- 11 Jul 2014 01:50
- Forum: DOS Batch Forum
- Topic: Downloading file from server over FTP
- Replies: 6
- Views: 6957
Re: Downloading file from server over FTP
If you want to use thrid party tools, I suggest wget.exe
It is very helpful and easy to use.
It is very helpful and easy to use.
- 10 Jul 2014 09:40
- Forum: DOS Batch Forum
- Topic: Confusing Variables
- Replies: 10
- Views: 9179
Re: Confusing Variables
I have figure a way around it, sort of. Thanks for your help. I haven't tested it in the main problem yet, but Squashman sounds right with the exclamation marks. I will repost if I need some more help. Thanks Again to all. But the original question was like so: Say I had number previously set to 1, ...
- 10 Jul 2014 07:35
- Forum: DOS Batch Forum
- Topic: Confusing Variables
- Replies: 10
- Views: 9179
Re: Confusing Variables
That is indeed what I want to do, although it wouldn't work for me. What exactly does the setlocal and EnableDelayedExpansion do?
- 10 Jul 2014 02:57
- Forum: DOS Batch Forum
- Topic: Confusing Variables
- Replies: 10
- Views: 9179
Re: Confusing Variables
Just happened again. Same problem. I need to echo a specific key to a file, and I have set for example:
and I want to:
but all I get out is filenum%
Code: Select all
set file1=AA-AA-AA-AA
and I want to:
Code: Select all
set /a filenum=%filenum%+1
pause
echo set %file%filenum%% >> %file%filenum%%.bat
but all I get out is filenum%
- 09 Jul 2014 22:17
- Forum: DOS Batch Forum
- Topic: Confusing Variables
- Replies: 10
- Views: 9179
Confusing Variables
Hey guys. I am not really sure how to explain what I need help with, but I will try. I have an item, and the values for this item is stored in a file. But, I want the details to be completely manipulated by the file. I want to change one variable in the file, but keep the others the same. I am sure ...
- 17 Jun 2014 00:54
- Forum: DOS Batch Forum
- Topic: Using FileZilla
- Replies: 0
- Views: 8483
Using FileZilla
Hey guys! I am back ranting about connections. I have a question. Can I use FileZilla via wget and wput to transfer small files? I would have FileZilla server setup and running on another computer, could I simply do that and allow them to connect to that ftp? Another question, if I was to do this, a...
- 11 Jun 2014 07:11
- Forum: DOS Batch Forum
- Topic: Programs like Wget and Wput
- Replies: 9
- Views: 11608
Re: Programs like Wget and Wput
Where would I find a server like this? Would it cost a lot?
Thanks for your so far
Thanks for your so far

- 11 Jun 2014 03:17
- Forum: DOS Batch Forum
- Topic: Programs like Wget and Wput
- Replies: 9
- Views: 11608
Re: Programs like Wget and Wput
Problem with that is I would most likely have to keep my computer on for this, so that it out of the question. You know how online games get and send info really quick so they can position people? Is it possible to have that speed via a batch file? I know I am being a bit hopeful but that would be a...