Messages - majoMO [ switch to compact view ]

Pages: prev1 2 3 [4] 5 6 7 8 9next
16
Sorry but seems that I don't understand (the boxes that comes out are in screenshots).   ::)

What I do is (in .bat):
TestCmdLine.exe sike.exe "mçfilè.txt"

Output:
-[0]|2
-[1]|sike.exe
-[2]|mþfilÞ.txt

In start > run > cmd :
TestCmdLine.exe sike.exe "mçfilè.txt"

Output:
-[0]|2
-[1]|sike.exe
-[2]|mçfilè.txt

If this isn't what I should to do please give me an example (english isn't my native language....).   :stars:

17
As for the batch file, what kind of error do you get?

No error at all. It just doesn't copy to recycle bin only.

  • TestCmdLine

Bat file with:TestCmdLine.exe sike.exe "mçfilè.txt":



Bat file with:TestCmdLine.exe sike.exe "my.txt":



  • All-round

If I use a .bat file I need to use this to work well:

@echo off
for /f "tokens=2 delims=:" %%a in ('2^>nul chcp') do set cp=%%a
>nul 2>&1 chcp 1252

sike.exe "mçfilè.txt"
>nul 2>&1 chcp%cp%
exit

If I use only «sike.exe "mçfilè.txt"» it doesn't work.

Hope this help.

18
Hi MilesAhead,

FYI, it doesn't work if the filename has some uncommon characters, like: á - ô - ü

E.g.: "mçfilè.txt"

EDIT: if  use it in a .bat file doesn't work - if I use it in a command prompt no annoyances...

19
A very useful info, Nod5. Thanks for that.  :up:


20
General Software Discussion / Re: Anybody Know About DiskTune?
« on: May 06, 2010, 03:12 PM »
Yeah I understand your point indeed, sajman99, and whenever there are annoyances it's always good to have fixed updates. Maybe the developer doesn't know a needed speed improvement in their defrag yet...

Pages: prev1 2 3 [4] 5 6 7 8 9next
Go to full version