Jump to content

sweept

Member
  • Posts

    67
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Israel

Everything posted by sweept

  1. Ideally you don't want that, but rather proper unicode support: that's where the 00's normally come from, it's not just padding (having 00's for no reason would be kind of dumb). This script doesn't return UTF-16 encoded strings, and if you try passing a unicode-encoded text file instead (probably not what you want in the first place), it only writes "0" instead of "00", plus, it writes the byte order mark and all that to the file too. It might be helpful to know what you're doing all this for. the need of adding "00" to the right of each character is because some hex patching tools will do nothing without having those when using search or search replace by design. so if i know how to add it in the script that would help later however I will be happy if this script can be further more perfecteed to my need I would definitely settle having it convert anything between two quotes in a line that will act as margins for conversions & anything else on the line echo'd to the out put or use <...> <...> for example: "helloworld" this is a test "h l o r d" (&$^ " t esti ng" 68656c6c6f776f726c64 this is a test 68206c206f2020722064 (&$^ 20742065737469206e67 like this it can be possible to us a command line literally tho i would also settle for something without the echoing part "helloworld" "h l o r d" 68656c6c6f776f726c64 68206c206f2020722064 thanks for your help
  2. thanks Mijzelf this looks really clean by code as far as i can tell i checked it out and seems to be doing what i was looking for now there are 2 request i have for you! 1) that "00" gets added after each letter in output i can see reference in the code for that but with out an impact 2) output without "-" @ the beginning of each line (ignore this if this turns a problem) this i s great thanks a lot! small question: using this in batch .. on some machines that are picky on scripts using reg tweaks to disable *.js it gets impossible to share or use this! so does this mean it needs another coding language compiled to exe -or can these kind of script be compiled to exe strictly, meaning to avoid having restrictions on file extensions like *.js .etc if there is a simple way to get around this , please someone explain TIA
  3. all im looking for something that can replace a text line to hex line 1 to 1 that also distinguishes between capital to none capital letters in conversions. here is an example of what i need input: HeLlOwOrLD hOwArEyOUtOdAY output: 480065004c006c004f0077004f0072004c0044 68004f00770041007200450079004f00550074004f006400410059 instead of spaces, use "00" some editors tools .etc only offer hexdump or they will make conversion but all in one line none separated .. .etc what ill be interested is in a tool a batch that can possibly offer doing so through a command also would be interested in some conversion tool that deals with splitting the lines .. can be a web tool too so long as it it outputs lines separately ! TIA
  4. is that the list!? no bugs? maybe a "known bugs" topic or some "to_do list" for reference can help for staying updated with the current version bugs at least..
  5. thanks, im trying to use it in a script to run on all dir /b /ad how will i make it create a new separate dir based on the current! on to a completely new set .. read c:\drivers\ > d:\new_compressed\
  6. probably has to do with speech removal removing these ime\ SPGRMR.dll SPTIP.dll
  7. cant help thinking: how didn't that that accrue to me thanks!
  8. on executing : error.log (and such) from "batch.bat" starts\opens error.log with notepad .. or "explorer c:\testing Logs" opens explorer @ c:\testing logs\ directory if exists .. the batch is treating these with: start \wait .. how is it possible to make the batch process continues.. wile leaving the windowed explorer or notepad open! TIA for any help on this..
  9. I think you have just found exactly what you are looking for check this Post its been made to work with different profiles for different running sets of services ... tweak this further for any docking station among disabling devices or anything els that can be done using hard ware profiles ... pretty B)
  10. Devol, sp2 is faster only with the latest RVMpack integrated ..get it here sp3, maybe when its final
  11. thanks a bunch for letting me out of this cell! ...you defiantly gave me something to work with ill try experimenting some if i fall again into some jam ill jump right back here for you're asistents thanks for all the help guys it means a lot!
  12. i randomly picked one of you're topics just to say: i feel a lot much better now, thank you! in hope guys :when you have the time to kill do it in such a great way simple clean and outstanding work ... thanks
  13. so we have a VBS for this.. thanks Gunsmoking, lets see what the batch cmd geni comes up with, for this now
  14. OK, allow me to refine what ill need that IMO it will make things simpler "a batch file that lists out the files dropped over end echo's out all files to a one liner output (file.ext,file.ext,file.ext)" so actually the files are dropped over the batch & echo's the files out to a temp.txt ,with files listed on to one line after some searching this is what i could come up with ,i wont paste it here as it isn't exactly what we need here http://www.hydrogenaudio.org/forums/lofive...php/t54776.html Ive tried making something out of it with nothing so far ,so if it isn't much to ask, please help in writing the batch thanks again
  15. .. a simple batch that passes 1% to "any odd commands" but so it works on multiple files in selections.. .. after some files are selected...they can be sent to a batch... the batch recalls the files and recharges a predefined command for them ... any help with this will be great! TIA
  16. sweept

    XPero's utilities

    will you think of making a tool that works like expander but : working with more applications that can make use of the command line based on what a user keeps in parameters : [name]="choose a short name for the process" [appspath]=original path\ start in "" [commad] "app.exe \switches" [now_using] "%name%" =schemes [save|delete] for ..storing all the relative parameters for each process keeping but one box for the drag&drop keeping the [name] from the scheme on it. so one knows what scheme is currently running ...showing in the shell extension aswell ..
×
×
  • Create New...