Jump to content

Yzöwl

Patron
  • Posts

    4,113
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by Yzöwl

  1. I have fixed and commented some stuff in your attachment, please see the re-upped version. Comments begin lines with ;***
  2. Welcome to the Forums! Note Hable por favor en inglés
  3. Welcome to our Forums.
  4. Welcome to our Forums Sorry it's belated...
  5. You are intent on me making this thing bigger aren't you? I will take a look at improving this thing as soon as I get a little time. As far as the multiple EXEs go, there shouldn't be a problem, my initial test, (singular), seemed okay, but there was no 'real' testing done on it. I'll give the tidied version a go first and test it a little before reposting it here.
  6. Thanks. There is of course a small mistake in it, more to do with input checking than anything else, but I couldn't be bothered changing it. Why... Because I wanted to have the 'smallest looking script' on offer without concatenating lines, and that change would have made it look a little bit longer!
  7. I have just downloaded the Optimum X hosted shortcut.exe (v1.1). There is also this offering XXMKLINK, from the makers of XXCOPY
  8. Hello and welcome to 'The Forums'.
  9. Please use the search facility, or browse the forums. <Edit> Had you done that you'd have seen this </Edit>
  10. Well before it gets even more complicated, here's a batch file version. @ECHO OFF SETLOCAL FOR /F "DELIMS=" %%? IN ('DIR/B/A-D *KB*.EXE') DO CALL :GI_ %%? GOTO :EOF :GI_ SET "N_=%1" :LP_ SET "N_=%N_:*-=%" ECHO/%N_%|FINDSTR/I "KB[0-9]*">NUL||GOTO LP_ SET "N_=%N_:~0,8%.exe" IF NOT EXIST %N_% REN %1 %N_% GOTO :EOF
  11. Hello to you too! Welcome to the Forums.
  12. Does this do it? @ECHO OFF &SETLOCAL SET "RKEY=HKLM\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}" SET "KDAT=%%USERNAME%% on %%COMPUTERNAME%%" REG ADD %RKEY% /VE /T REG_EXPAND_SZ /D "%KDAT%" /F>NUL
  13. Welcome to the Forums.
  14. Welcome to the Forums. Strange use of tags...
  15. Welcome to the Forums. I have never heard them before, but I will give them a listen when I have a little time and report back my opinion. <Edit> Opinion I'm afraid its not going to be positive... They are a poor version of what Scorpions were doing more than 20 years ago! </Edit>
  16. Welcome to the Forums. Note This forum area is for introductions only. If you wish to ask questions, then they must be posted in the appropriate forum area. Also we are a community here, this means that all members are open to provide you with answers. Moderators however will not be providing answers to you personally via email.
  17. How come I've not read about this undocumented feature before? It'll save me from using the messy UpdateInis directive, thank you for bringing it to my attention.
  18. No problem! It's actually one of the reasons why it seems we want to know too much. People can start with an idea and set off on a solution only to find that there are other, possibly better alternatives. I see you went with the chr(34) idea too!, I didn't know if it was needed since many people use underscores as a replacement for spaces, but better safe than sorry
  19. Further information: The basic program command line looks like this: The program itself however is capable of performing the task you require of it without having to use a script to list all the mp3s first. What this actually means is that you would be better off asking for user input for eitherInDir and OutDir InDir and -a My guess, especially due to the time lapse caused by the -z switch is that using the script to individually process each mp3 is a bad idea when the program is already coded to process all mp3s in a directory.
  20. Neither, you would need to use a script to apply or create the registry settings using the appropriate variables. Unfortunately this is one of the cons of using reg files.
  21. For that output should you not be using a line like this then? WshShell.Run(mp3packer & " -z -t -s " & Chr(34) & x & Chr(34))
  22. Welcome to the Forums.
  23. Yes, merge it!You will probably need to reboot, or restart of explorer, for the entry to show in the context menu.
  24. Something like this should do you! HTeMpLate.reg
  25. No but it is relatively easy to make one. Search the forum I'm sure there have been examples in the past.
×
×
  • Create New...