Jump to content

Klowinns

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Ireland

Everything posted by Klowinns

  1. What could be cuasing me not to be able to see (view) pictures on the Yahoo Site. This Happens with Internet Explorer & Opera. All other sites are fine. Thanks,
  2. Hello, How can I copy .reg file during Windows install and then run the same .reg file on Windows Login? Many thanks in advance. Regards,
  3. Which run command do I use.................. to enter into the section section that allows me to remove windows auto update, firewall, etc. ? Many thanks in advance.
  4. Thank you a million for your reply. Sad to say, it's not working for me. Cannot locate the reg file. Thanks again. Just to add. The .reg file is in my (My USB) folder. Thanks again for your reply.
  5. How can I get the .reg to run without asking me If I want to add? It's the Poco_Systems_Inc.reg. Many thanks in advance. ------------------------------------------ @echo off START "My USB\Poco_Systems_Inc" "Poco_Systems_Inc.reg" CLS START "My USB\YPOPs" "YPOPs\ypops.exe" /MIN /WAIT CLS START "My USB\PocoMail4" "PocoMail4\Poco.exe" /MIN /WAIT CLS START "My USB\Portable Opera 8.5" "Portable Opera 8.5\opera.exe" /MIN /WAIT CLS
  6. ScubaSteve - Thank you. Worked like a charm. Have a nice day.
  7. Hello, Why when I click on a .reg or .key file it opens like a word pad. It doesn't give me the option to install, etc.? It worked fine in the past. Many thanks in advance. Regards,
  8. oioldman - Thank you for your reply. I'm going to try.
  9. Can someone help. I have created the bottom .bat file. Everything works fine, the only problem is that the programs will not minimize. What am I doing wrong? Thanks. @echo off START "My USB\YPOPs" "YPOPs\ypops.exe" /MIN /WAIT CLS START "My USB\Portable Thunderbird 1.5" "Portable Thunderbird 1.5\PortableThunderbird.exe" /MIN /WAIT CLS START "My USB\Portable Opera 8.5" "Portable Opera 8.5\opera.exe" /MIN /WAIT CLS Exit
  10. I've created the following .bat file. 1) I would like these programs once executed to minimize. 2) I would like to add a line that would execute a program within a folder. ie opera\opera.exe Here is what I have: @echo off start ypops.exe start PortableThunderbird.exe exit Your help would be appreciated. Thanks
  11. How can I create a .cab file that will install on Windows Setup? Many thanks in advance. Regards,
  12. Thank you for the replies. Do I need to create something like. @echo off
  13. Sorry for the bother. I recently created $oem$/$1/Drivers and winnt.sif with the drivers that end in [GUIRunOnce] %systemdrive%\install\start.cmd how can I create a .cmd file that goes with the above? Many thanks in advance.
  14. Recently created .exe drivers with (Driver Genis Software), any possible way I can intergrate them into a Windows CD? Many thanks in advance.
  15. InTheWayBoy - Thank you for your reply. I will try with WinXP. I'm doing it manually.
  16. Is there a reason why the unattended doesn't work for Win2003? Attempted many times a opon installing, I keep receiving an internal error, which I doesn't happen on WinXP. Thanks for your time.
  17. Hello, I want to create a winnt.sif. Can I just have the following line. (only the the following line). Will I need something above? [GUIRunOnce] %systemdrive%\install\main_batch.cmd Many thanks in advance.
  18. How to run .bat file during Win2003 install? Hello, I created a .bat file which I run after a Win2003 install, how can I include this .bat to run automatically during the Win2003 install? Your help would be much appreciated. Thanks
  19. Hello, Your help would be appreciated for the following. To begin with, I will be writing in reference to Thunderbird. Thunderbird installs files in c:program files and c:applicationdata How can I create a .bat file that would allow me to run the program files and application data in one directory? I would like to do the same as Pocomail, all in one directory. Hope I made myself clear and your help would be appreciated. Thank you
×
×
  • Create New...