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 Wanet Telecoms Ltd 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: *

  1. Aswin01

    SMTP Queues Problems

    Hi, I have set up an Exchange 2003 server ( on win2k3), behind an ISA server.: ISP - (staticwanip)cisco router(10.0.0.99)-(10.0.0.203)ISAserver(192.168.0.2)- (192.168.0.1 )domain network And exchange server only port 25 is open for incomming mail to the exchange server. Problem: The...
  2. Aswin01

    create a share on a remote pc

    Hi, I have searched a long time for this. I have found a tool 'rmtshare' from the NT resource kit, where you can add shares on a remote pc. As far as I can read on forums it works on windows2000. It works also on windows 2003 but when you try to ADD a share it gives an error. Does someone...
  3. Aswin01

    interact with command line tool

    Hi, I would like to execute some dos tools ( like ping.exe ) how can I get the results of the command ping www.google.be ? How can I execute more lines in the same 'hidden' command window? like mysql -h localhost -u root -p --> it asks now for a paswoord... --> use <databasename> --> show...
  4. Aswin01

    access 97 vba code for modem connection

    http://vbnet.mvps.org/index.html?code/internet/ftpdownloadcallback.htm mail: aswin.coolsaet@skynet.be
  5. Aswin01

    VB6 - FTP + wininet + progress.. how?

    Hi, I'm just a beginner in VB6. I have already written a code to get some files from an FTP server... and it works well. But I just want to add a progress bar. I have some examples but they are to complex for me... (and the example is VB.NET. But I had seen the same code on a VB6 forum but i...
  6. Aswin01

    access 97 vba code for modem connection

    Hi, I'm just a beginner in VB6. I have already written a code to get some files from an FTP server... and it works well. But I just want to add a progress bar. I have some examples but they are to complex for me... (and the example is VB.NET. But I had seen the same code on a VB6 forum but i...
  7. Aswin01

    RIS Driver Problems

    How do i add drivers to the image ? (windows 2003 server and image windows XP pro) mail: aswin.coolsaet@skynet.be
  8. Aswin01

    Port formwarding

    RASS is installed . Whats next ? mail: aswin.coolsaet@skynet.be
  9. Aswin01

    Port formwarding

    My server is connected to the internet, and the intern network is connected to the server(2netwok cards): Internet | cisco - router | SERVER | network the ip of the first network card is 10.0.0.200 (connected to the inet) The ip of the second network card is 192.168.0.1...
  10. Aswin01

    RIS Server for 2003

    1) I have installed the ris server. and have experience of it. 2) The easiest way is to have the DHCP and RIS on the same server but yes you can have a DHCP and a RIS server 3) yes you can use an existing DHCP server. (or router? ) greetz aswin.coolsaet@skynet.be mail: aswin.coolsaet@skynet.be
  11. Aswin01

    denied acces to internet for a user

    This is the situation: it is for a basic school. Teacher and pupils are in the computer class. Some pupil is bad (how do you say that... ) so the teacher do something that that pupil dont have internet... sorry for my bad english mail: aswin.coolsaet@skynet.be
  12. Aswin01

    Monitoring Workstations Remotely

    Many people asked me for more info about radmin: here is the readme.txt: ---------------------------------------------------------------------- Remote Administrator for Win9X/ME/NT4.0/2000 Version: 2.1 Copyright (c) 1999-2001 by Famatech LLC (blablabla :p you can get keys if you send me a...
  13. Aswin01

    RIS server

    aargh sorry, wrong thread, im sorry !!!! mail: aswin.coolsaet@skynet.be
  14. Aswin01

    RIS server

    Many people send me a mail with, can you give more info about radmin, here is the readme.txt file ---------------------------------------------------------------------- Remote Administrator for Win9X/ME/NT4.0/2000 Version: 2.1 Copyright (c) 1999-2001 by Famatech LLC (bla bla bla) :p...
  15. Aswin01

    find the GUID or UUID (active directory add computer)

    ok thx, i found it @ another way, : Typ in command (Testes on windows XP and 2003 and 98(doesnt work on win98) getmac /v you 'll find the GUID. but how to find it in win98 .. i dont know
  16. Aswin01

    BACKUP make folders with the date as name

    ok thx, found it, it was sShortDate &quot;yyyy-MM-dd&quot; before d/MM/yyyy i run my pgrm and it ok now... map name &quot;2003-06-20&quot; thx !!! it is a bat file that run every friday... on the server. and the files came from the administration. @echo OFF set...
  17. Aswin01

    Monitoring Workstations Remotely

    Radmin, better than pcanywhere... i dont think so, pcanywhere is complex, with redialling and sheduling and automatic transfers, but ramdin is just small, easy, installs himself as a systemservice and... nobody knows it. I have an keygenerator for it. In the help of ramdim it is explained how...
  18. Aswin01

    ADDING USERS UTILLITY

    yes idd but the info on that site... i didn't find it thr way they say. I find it @ myself. Typ in command (Testes on windows XP and 2003 and 98(doesnt work on win98) getmac /v you 'll find the GUID. but how to find it in win98 .. i dont know
  19. Aswin01

    BACKUP make folders with the date as name

    @echo OFF set map=&quot;C:\Documents and Settings\Coolsaet Aswin\Bureaublad&quot; echo %date% echo even geduld aub... md &quot;c:\%date%&quot; xcopy %map% &quot;c:\%date%&quot; /e/y >nul pause This is a TEST bat file. %date% is an variable of windows -> type in command &quot;echo %date%&quot...

Part and Inventory Search

Back
Top