Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cryptotech
  • Content: Threads
  • Order by date
  1. cryptotech

    3640 stuck in rommon- checksum error

    I'm a little green so I'm hoping someone here would be so kind as to throw me a lifeline. I have a 3640 as part of my lab which had no problems for the first week or so. One morning I came in and powered everything up and found the 3640 sitting in rommon. Error : uncompressed image checksum...
  2. cryptotech

    Switch selection for CCNA lab- IOS

    Hi all, After reseaching quite a bit, I've decided to go the 2950 route, but was wondering if it makes a huge difference which IOS is loaded. I have 3 routers all with 12.4 If the 2950 (not the 2950T) has 12.1, is that a big issue in terms of similarities on the exams, or is the main issue...
  3. cryptotech

    Writing text to the top line of a file

    How would I fputs my text on the top line of a text file each time, shifting the previous lines down? When I append a text file using fputs or fwrite, I want the next line appended on the top line, not the bottom. In other words, each successive string added to the text file is added to the...
  4. cryptotech

    Protocol Discriminator descriptions

    8 is for Q.931, but what are the others for? I'm getting some random incoming messages that are PD-03. thanks
  5. cryptotech

    MAPISEND and Outlook 2003- Exchange server

    I've read through what posts I could find, and it seems to work for some although I can not get it to work. Seems the mail logon has been an issue for some. I checked the Outlook profile it just shows the name as Scooter, Bubba Q. I saw a post stating that's not the actual name to use so...
  6. cryptotech

    Waituntil and connection status

    I'm using the waituntil "22:00:00" command to execute a script, but while waiting for that time I need to keep the connection alive by sending something every 5 minutes or so. I've used the while loop to keep it alive, but how do I execute the waituntil at the same time? How do I keep the...
  7. cryptotech

    sending ALT commands

    I need to send and ALT key combination while my dialog box is open. I can "transmit" text and caret translations while my dialog box is open but sendkey, sendvkey sends the vkey to the dialog window and not transmit out the terminal. how do I transmit an ALT key without destroying my dialog?
  8. cryptotech

    'waitfor' and save string

    Simple concept I'm stuck on... when this data: "ABC=1234XYZ456" dumps to my terminal I want to : waitfor "ABC=" and save the remaining text "1234XYZ456" to a string to use elsewhere in my script. is there another command to wait for a paricular string and copy a certain number of characters...
  9. cryptotech

    DDE excel read/display

    I'm hoping one of the gurus here can explain a way to accomplish this simple task. I've read many examples of DDE scripts, but haven't found a simple one for what I need (or it's probaby going completely over my head) I have an excel spreadsheet with 5 columns of data. First column is a 5...
  10. cryptotech

    Dialog boxes and Icon buttons

    Somewhat new at scripting, but I use dialog boxes with pushbuttons in a lot of my scripts and I like things to look cool in addition to making my tasks easier. My question is how can I make pushbuttons out of different bitmaps? GIF's can't be used and I can't seem to resize Icon buttons to make...

Part and Inventory Search

Back
Top