Jump to content

Jay_ro

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

About Jay_ro

Jay_ro's Achievements

0

Reputation

  1. I have a network at my workplace without DHCP system. Everytime someone comes and needs a network connection I have to manually configure an IP adress and stuff for them. This is not so much trouble, but the thing is that I need to find a way to set that network connection to last only a few hours. Or to last until they restart their computers. Do you guys know how can I set a computer to use a particular network connection setting only for a limited time? Could a setting like this be created with the help of a batch file? Thank you
  2. I use this on multiple computers. A batch file will have top be carried on a flash, is not as useful as a command. Is there such a command at least for folder removal?
  3. Hello, I want to delete files and folders inside a folder, using command prompt, but I want to have a prompt with y/n for each folder to delete. The del /p command doesn't help me because it only deletes the files inside a folder. rd command is not helpful either because deletes all the folders inside my folder and it doesn't support a switch for prompting before delete. Do you guys know a command that can delete both files and folders in a directory with prompting? Or at least a command that deletes only folders, prompting me before? What do I need this for? I need it to delete some folders very fast. These folders inside my specific folder are very big, have lots of other files and sometimes prompts me to say that some files can't be deleted..... Thank you
  4. I want to install this latest version of k-lite(4 and something...) and I have some difficulties using autoit. When I reach the final phase of the installation window, that windos has the same title like 3 or 4 previous installation windows before, and also it runs the installer progress bar, which take some time also. After the installation finishes I don't know what command to use to make the script execute the "Finish" button. I was using WinWaitActive and the argument about the title, but the title being the same it doesn't work. Also I have red your application installation area, where it is posted the code of an autoit script for a previous k-lite codec pack. I saw in that script that is used the "Done!" argument in that final "Setup" window. That "Done" thing is also here in this version of k-lite, but it still doesn't work, using the same code line. Could you guys recommend me another command and maybe post an example of how use it cause I'm kinda noob in this script business . 10x
×
×
  • Create New...