software+argument probrem

Questions about Wine on Linux
Locked
follonel
Level 1
Level 1
Posts: 6
Joined: Thu Aug 17, 2017 11:54 pm

software+argument probrem

Post by follonel »

hello,i want to macro renamer.
i found app allrename.exe.
but does not windows command&argument with winehq.
why?

appname=allrename.exe
function=macro & autorun rename
how to use=
  • 1 create shortcut + argument .lnk
    2 select file context menu
    or
    2 select file drag & drop to shortcut link
    done. it's easy.
this is command action=autorun + rename with create macro file + autoclose
autorun & autoclose is application.

failure command
wine "c:\\program file\\allren\\allrename.exe" "\\auto1" "\\file" "\\sortdate"
wine z:\\home\\user\\.wine\\drive_c\\allren\\allrename.exe \\auto1 \\folder0 \\sortdate
wine "Z:/home/user/.wine/drive_c/allren/allrename.exe" "/auto1" "/sortdate" "/file"
wine "c:\\x96\\allren\\allrename.exe \\auto1"

argument to
\auto1=macro number
\folder or \file=rename to file or folder
\sortable=sort column

but, all command open app only.
does not.
how fix command & argument?
thx read.
follonel
Level 1
Level 1
Posts: 6
Joined: Thu Aug 17, 2017 11:54 pm

Re: software+argument probrem

Post by follonel »

i hope someone have goof answer.
or wine is impossible {shortcut link+argument}?
i resignation so use wine+argument? sigh.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: software+argument probrem

Post by dimesio »

follonel wrote: failure command
wine "c:\\program file\\allren\\allrename.exe" "\\auto1" "\\file" "\\sortdate"
wine z:\\home\\user\\.wine\\drive_c\\allren\\allrename.exe \\auto1 \\folder0 \\sortdate
wine "Z:/home/user/.wine/drive_c/allren/allrename.exe" "/auto1" "/sortdate" "/file"
wine "c:\\x96\\allren\\allrename.exe \\auto1"
One problem is that you're not starting Wine correctly. https://wiki.winehq.org/Wine_User%27s_G ... mmand_line
follonel
Level 1
Level 1
Posts: 6
Joined: Thu Aug 17, 2017 11:54 pm

Re: software+argument probrem

Post by follonel »

thanks, i try it, but no work.
i make&use bash&terminal.
1
cd 'z:/home/user/.wine/drive_c/program file/allren/allrename.exe'
wine 'c:/x96/allren/allrename.exe' -map /auto1
2
wine "c:\\x96\\allren\\allrename.exe" -map /auto1

sorry.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: software+argument probrem

Post by dimesio »

follonel wrote: cd 'z:/home/user/.wine/drive_c/program file/allren/allrename.exe'
wine 'c:/x96/allren/allrename.exe' -map /auto1
Of course it doesn't work; that's not at all what the instructions I linked you to say to do. For starters, you can't use Windows-style paths with cd. Second, after changing directory to the location of the executable, you run it with just the name of the executable, not the full path. And third, the two paths you are using are not the same. Where exactly is allrename.exe located?
follonel
Level 1
Level 1
Posts: 6
Joined: Thu Aug 17, 2017 11:54 pm

Re: software+argument probrem

Post by follonel »

oh no, i miss spell.
i say i hope someone have goof answer.
no, i want say good answer!
f → d
sorry reads all everyone.
i inexperience in english.
follonel
Level 1
Level 1
Posts: 6
Joined: Thu Aug 17, 2017 11:54 pm

Re: software+argument probrem

Post by follonel »

thanks.
ok, you say, i error & unsavvy, yes.
sorry, but i don't know, and can't shortcut link+argument.
but i don't intend to anger and insult you.

command last -map+argument is ok?
use start command wine or winestart?

try1 no work
cd /home/user/.wine/drive_c/allren/
wine allrename.exe -map /auto1
wine /home/user/.wine/drive_c/allren/allrename.exe -map /auto1
try2 no work
cd /home/user/.wine/drive_c/allren/
wine start allrename.exe -map /auto1
wine start /home/user/.wine/drive_c/allren/allrename.exe -map /auto1
follonel
Level 1
Level 1
Posts: 6
Joined: Thu Aug 17, 2017 11:54 pm

Re: software+argument probrem

Post by follonel »

try1 & try2 no work.
Locked