Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Making DOS Batch Files In a Batch File
Name: James Date: May 31, 2000 at 01:22:38 Pacific
Comment:
Can anyone help?
I'm writing a DOS (in Winnt) batch file that makes another batch file. However, on one line I need to call ftp with a script file (including its path). eg
Name: Little Helper Date: May 31, 2000 at 11:10:45 Pacific
Reply:
I suggest you to use 4dos, it's an excellent Batch-Interpreter. You only have to type ECHOS instead of echo there, and it will work..
0
Response Number 2
Name: World Library Date: May 31, 2000 at 20:25:10 Pacific
Reply:
Hi, If you mean like this
****************************** rather than this ****** ***** *******
Then yes. There are a collection of files in horst31.zip (qecho.com is just one) that makes it quite easy. File is only 70034 bytes in zise and I would be happy to send.
Summary: There is no built-in command at all in the command processor (command.com) to be used from bat files. If you don't need nessecarily to do it in the batch file, you could do as Lee Kai Wen suggests. To...
Summary: I forgot to mention, to make this info useable in a batch file you might want to dump it into a txt file. Then use your favorite language to parse the file. I would then set all of the variables into...
Summary: You should really check into Secure Socket Layering (SSL), there are some freeware programs that provide ecrypted connections over the internet. I doubt that you could reset your password in a windows...