473,395 Members | 1,437 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

WEB page to read a single lined text file

JMG
Hi All,
I have no idea if this is the correct place to post this question, but
I'm hoping so :). My problem is that I have a text file containing 5
sets of passwords on a single line space delimited line, which is used
to change passwords on a daily basis via DOS batch files (don't get me
started on why we have to do it this way, we just do...>:) )

ie Monpassword Tuepassword Wedpassword Thurpassword Fripassword in
passwords.txt

I'm hoping to create a WEB page to read the passwords.txt file and
display each password depending on what day it is being accessed on
rather than giving out a printed sheet of paper that keeps getting
lost or emailing as the same thing happens, they print it and leave it
lying around)....

Is this a possiblity, if so is anyone able to assist me in getting
some working code, or at least a reference site which might help ?

Thank you for your time.

P.S. I have very little to no html or ASP programming experience, so
please keep that in mind :)

Mar 28 '07 #1
2 1327
Yes, it's totally possible. The question is what type of development stuff
(compilers, etc) do you have at your disposal and what type of
infrastructure (ASP.Net 1.x, ASP.Net 2.0, ASP, PHP, etc) do you have? I
presume you're running IIS and so have ASP.Net, at least, installed (hence
you coming here).

If you need quick pointers, this is definitely the place for you, but if you
need more than just a bit of help you can email me at ben AT
sideshowsystems.com and we can chat a bit more. This question of yours is
more an implementation-specific one than anything generally related to
ASP.Net - ie, I could post code, but do you know what to do with it?

--
~~~~~~~~~~~
Ben Rush
http://www.ben-rush.net/blog
"JMG" <jm***@optusnet.com.auwrote in message
news:11*********************@y80g2000hsf.googlegro ups.com...
Hi All,
I have no idea if this is the correct place to post this question, but
I'm hoping so :). My problem is that I have a text file containing 5
sets of passwords on a single line space delimited line, which is used
to change passwords on a daily basis via DOS batch files (don't get me
started on why we have to do it this way, we just do...>:) )

ie Monpassword Tuepassword Wedpassword Thurpassword Fripassword in
passwords.txt

I'm hoping to create a WEB page to read the passwords.txt file and
display each password depending on what day it is being accessed on
rather than giving out a printed sheet of paper that keeps getting
lost or emailing as the same thing happens, they print it and leave it
lying around)....

Is this a possiblity, if so is anyone able to assist me in getting
some working code, or at least a reference site which might help ?

Thank you for your time.

P.S. I have very little to no html or ASP programming experience, so
please keep that in mind :)

Mar 28 '07 #2
JMG
Hi Ben,

Thank you very much for the reply.

I really don't know what the differences are, basically the server is
an IIS with the normal ASP plugin from the server 2003 CD - this is
just the only asp page I saw when I searched....

As for your question would I know what to do with the code, I guess I
would sort it out fairly quicky if I have a base to work with thats
better than what I have at the moment, as I don't want to waste too
much of your time.


On Mar 28, 4:47 pm, "Ben Rush" <kwen...@yahoo.comwrote:
Yes, it's totally possible. The question is what type of development stuff
(compilers, etc) do you have at your disposal and what type of
infrastructure (ASP.Net 1.x, ASP.Net 2.0, ASP, PHP, etc) do you have? I
presume you're running IIS and so have ASP.Net, at least, installed (hence
you coming here).

If you need quick pointers, this is definitely the place for you, but if you
need more than just a bit of help you can email me at ben AT
sideshowsystems.com and we can chat a bit more. This question of yours is
more an implementation-specific one than anything generally related to
ASP.Net - ie, I could post code, but do you know what to do with it?

--
~~~~~~~~~~~
Ben Rushhttp://www.ben-rush.net/blog

"JMG" <j...@optusnet.com.auwrote in message

news:11*********************@y80g2000hsf.googlegro ups.com...
Hi All,
I have no idea if this is the correct place to post this question, but
I'm hoping so :). My problem is that I have a text file containing 5
sets of passwords on a single line space delimited line, which is used
to change passwords on a daily basis via DOS batch files (don't get me
started on why we have to do it this way, we just do...>:) )
ie Monpassword Tuepassword Wedpassword Thurpassword Fripassword in
passwords.txt
I'm hoping to create a WEB page to read the passwords.txt file and
display each password depending on what day it is being accessed on
rather than giving out a printed sheet of paper that keeps getting
lost or emailing as the same thing happens, they print it and leave it
lying around)....
Is this a possiblity, if so is anyone able to assist me in getting
some working code, or at least a reference site which might help ?
Thank you for your time.
P.S. I have very little to no html or ASP programming experience, so
please keep that in mind :)- Hide quoted text -

- Show quoted text -

Mar 29 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

179
by: SoloCDM | last post by:
How do I keep my entire web page at a fixed width? ********************************************************************* Signed, SoloCDM
6
by: laura | last post by:
I'm doing a page which gathers some text in the form of a text box in a <form>. This text is saved to a text file, notices.txt and I want to be able to display the saved text on the page, as soon...
2
by: John Lau | last post by:
Hi, Is there documentation that talks about the page lifecycle, the lifecycle of controls on the page, and the rendering of inline code, in a single document? Thanks, John
11
by: Jeff | last post by:
Hi - I'm trying to get my ASP.NET pages to work the same way on my development machine (running from the VS.NET IDE) and on a remote (3rd-party) server. The only way I've been able to come up...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
1
by: Quinn | last post by:
Hi all, I have some binary files in the following format: text line 1 text line 2 .... text line N end of text single in binary 1 single in binary 2 single N EOF
1
by: rsteph | last post by:
I've got some product information pages, with images and text, all setup within a table. I'm trying to add a small image in the upper right hand corner of the content div (where all the important...
3
by: sejal17 | last post by:
hello Can any one tell me how to read multiple worksheets from a single excel file.I have stored that excel in xml file.so i want to read that xml that has multiple worksheet.And i want to store...
4
by: Miner Jeff | last post by:
I've written some code that reads a text file. I have a requirement that the text file also be in a format that's easy to read when it's printed. In a prior project, I had used some spreadsheet...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.