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: Phil92
  • Order by date
  1. Phil92

    Big Database

    Thank you for your answer. The MySql server might be Windows OS equipped. How many tables contains your database ? Regards, Fred
  2. Phil92

    Big Database

    I will have to design a "big" database : - around 250 tables - between 3 and 4Gb of data - Mainly read-only access I search infos from people who have experiment that size of database with MySql. If you are in this case, I would like to know if you encountered problem due to limitation of MySql...
  3. Phil92

    Automate Excel Output to Pdf via PDF995 software

    Good evening, If it is not too late, here is the address of the Developer's FAQ. Maybe, you 'll find an example there. http://www.pdf995.com/faq_dev.html HTH Phil
  4. Phil92

    Bat file running in slient mode

    Many thanks for your kind help. My DOS window is closing by itself so the (small) bad effect is just a flicking window while my .bat file is running. I would have liked to avoid this but if it is not easy or possible this is not a big problem. Thanks again Phil
  5. Phil92

    Bat file running in slient mode

    But if I use cscript.exe, the window command is opened while it runs... It was what I was trying to avoid. Maybe I miss something. Phil
  6. Phil92

    Bat file running in slient mode

    Great ! It works... from the command line. Running a vbs file makes my antivirus software to prompt for asking if the script is allowed. The VBS file does not run from my application, even if I disable the antivirus software. Should I put a "start" command or something like that to make it...
  7. Phil92

    Bat file running in slient mode

    Fine, it works without the command window appearinf even briefly. but (there is a but...), I need to pass a parameter to my .bat file. Is it possible to do it throught the .vbs file ? Thank you for your help, Phil
  8. Phil92

    Bat file running in slient mode

    Thank you. I will try this. Do you know if it would works on Windows XP as well ? And what about Windows 98 ? I was hoping for a secret parameter (/s like silent...) to do the job... Are you sure that there is not any ? Thanks you very much for you help. Phil
  9. Phil92

    Bat file running in slient mode

    Good morning, Does somebody know how to run a .bat file in "silent mode" ? The .bat file makes some files copy, it is launched from an application, and I would like to avoid the (short) DOS window that appear while the scrit is executing. TIA Phil
  10. Phil92

    Partition without format

    Thank you for your answer. If I get it well. It means that I can't do it without a third party software. Is it ? Do you know if I need to buy a licence of partition magique for each PC ? Phil
  11. Phil92

    Partition without format

    Hi, I have to modify partition settings on 40 new PCs.... They have one HD of 40Gb with Windows XP Pro already installed. Is there a way to have a partition of 2 logical drives (C: and D: for 20 Gb each) without reformating and reinstalling the OS ? If this is possible, It could save a lot...
  12. Phil92

    MSN / Yahoo behind MS Proxy 2.0

    So if I understand well. I have no hope to be able to have video session from the LAN... The only solution would be to have a dedicated machine straight plugged on the internet. Is it ? Thank you again Phil
  13. Phil92

    MSN / Yahoo behind MS Proxy 2.0

    Ok It work fine with Outlook Express. It gets mail through the Proxy. But with MSN Messenger, I can chat but when I try to initiate a vocal or video session, I have a msg saying : "A specific NAT translater can cause pb to a vocal or audio session" (free translation from french...)...
  14. Phil92

    MSN / Yahoo behind MS Proxy 2.0

    I have installed the Proxy client on the client... What should be the parameters in MSN Messenger into the proxy setup dialog ? TIA
  15. Phil92

    ASP vs ASP2.0

    I search a white page describing differences between ASP and ASP2.0 Does someone know where I could find one ? TIA
  16. Phil92

    Help, I just want to print a line....

    Yes I could but it is local printing thru LPTx. Here are the solutions that work : - launch a batch file which contains Echo %1 >LPT1 %1 is a parameter where there is the text to be printed. - Write a stream directly to the port (In C using fopen, fprint... functions). Both...
  17. Phil92

    Help, I just want to print a line....

    Hello, On a dektop using W2000 Pro, I would like to print a single line on a line printer from my application without having a FF after. This simple task can be done with : echo "My message" >LPT1 But I would like to avoid having to launch the command subsystem everytime i print a...

Part and Inventory Search

Back
Top