Jump to content

dcrowder32

Member
  • Posts

    54
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by dcrowder32

  1. Thank you. I was looking for such info and did not find a good post.
  2. Anybody know how to put a multi-cd program all on one dvd and install it? I want the structure such as... G:\CD1\ G:\CD2\ G:\CD3\ Then when the installer program asks for disk 2, it can see the G:\CD2\ directory as the second disk. Thanks.
  3. Tried Coolplayer ? It is a very nice player for mp3, ogg, wma. Can skin and somewhat customize. No ripping feature though. http://coolplayer.sourceforge.net/?download
  4. A lot of people use a program called SnagIt. I use one called Gadwin PrintScreen, which has nearly as many features as SnagIt, but it free. With one touch of print screen button, it captures screen to clipboard and can also save as file with auto incrementing name. Can capture whole screen, window, or rectangular region you select. Output can be about any format like bitmap, jpeg, etc. All in all a very useful program...and free! download from here....http://www.gadwin.com/printscreen/
  5. I am running it on several computers with no issues. I run VB.Net, MySQL, Apache, PHP,...
  6. Here is my script from AutoIT... ; ; AutoIt Version: 3.0 ; Language: English ; Platform: Win9x/NT ; Version: 0.1 ; Date: 18-Sept-2004 ; ; Script Function: ; Install Firefox 1.0PR ; Run("setup.exe") WinWaitActive("Firefox Setup") Send("{ENTER}") WinWaitActive("Software License Agreement") Send("{UP}{ENTER}") WinWaitActive("Setup Type") Send("{ENTER}") WinWaitActive("Select Components") Send("{ENTER}") WinWaitActive("Install Complete") Send("{TAB}{TAB}{SPACE}{ENTER}") WinWaitClose("Install Complete") ; Finished!
  7. Works well. A lean version of Linux without a lot of bells and whistles. I loaded it up on an old PC I had and my wife uses it for web surfing, IM, and very basic stuff. Good for that, not for an advanced user. That PC would always crash during XP and Red-Hat installs and I was about to give up on it, but Lindows worked fine. Installation is very easy. I also used Lindows on another old machine and installed PHP and MySQL. Wouldn't recommend it for that other than to play around with it.
×
×
  • Create New...