Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. You have no idea on how much cluberti, does know. Wherea as you have shown how little you do know.
  2. As the script is it ment to get user input threw ID and hours worked. The only way to stop the loop is either type in quit and it will exit the script with no iformation being process. The advantage of using loops is to force a responce from the user, either fill in the ID or quit, fill Hours or quit. There is no point in processing information if the user skips adding it.
  3. Hello and welcome to MSFN Perhaps try the Software Hangout
  4. Try this code and add what ever scripting needed in the second loop.
  5. Explain When all you want to do is slow down a install. What posssible benifit is going to gained by showing those dialogs, remember Microsoft had a reason to keep them hidden. There is nothing to be gain by showing them. I know I would not even try to program something like this because the information you are trying to see is useless information. Explain the porpose of showing uselesss information that is going to benifit the programmer.
  6. I am not quite sure what you wanted with your script, your explanation is lost to me. Try this and add to it.
  7. Why dont you pick up some books or the many tutorials on what ever language you think will work and do it your self. Myself I see no real need for some thing like this.
  8. gunsmokingman

    hi

    Hello and welcome to MSFN
  9. This was just a example of how I use it from the RunOnceEX Read this Thread about how to auto run some thing from a USB drive.
  10. I am not to good with the cmd promt but try this vbs script. Save As Copy2006Folders.vbs Place this script in the folder you want to do the copy or you can add a full path. Then fill in the CopyTo varible
  11. I use that script in my RunOnceEx.cmd To make the script Delete it self Make this your last line in the script.
  12. Or you could try a VBS script. This script adds Calc and Cmd to the Quick Launch. Save MkShortCuts.vbs
  13. Here I wrote this VB.net 2008 app it should do what you want. Use this Source Code You will need to installl Vb,net to open this project you can Download it at this Link
  14. You have 2 different scripting langauges in your example, thet are Cmd Promt and VBS script. Try this vbs script As to your Cmd Promt problem to get a user input
  15. All the VBS script can do is see if the drive has some thing in it. Then it checks to see if it Removable If you want some thing to auto run read this Thread
  16. Hello and welcome to MSFN , please go read the rules mostly rule 1a.
×
×
  • Create New...