LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-30-2009, 02:11 PM   #16
karamarisan
Member
 
Registered: Jul 2009
Location: Illinois, US
Distribution: Fedora 11
Posts: 374

Rep: Reputation: 55

wineconsole might work. I just made a do-nothing .bat (dir; pause), and it was happy to take that as an argument.

Quote:
Originally Posted by repo View Post
/usr/lib/wine/cmd.exe.so program_name.bat
Uh... you can't use .so files like that. They're +x, but they're not executable in that sense.
 
Old 07-30-2009, 02:11 PM   #17
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
How do I get wineconsole??
 
Old 07-30-2009, 02:14 PM   #18
karamarisan
Member
 
Registered: Jul 2009
Location: Illinois, US
Distribution: Fedora 11
Posts: 374

Rep: Reputation: 55
It comes with the standard wine package, as far as I know. Installed /usr/bin/wineconsole for me. Did you install through package management?
 
Old 07-30-2009, 02:17 PM   #19
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
also, karamarisan
Off topic
from the message you sent me

Quote:
I notice you're a huge fan of the whole running-many-distros thing - octo-boot, huh? Just out of curiosity, do you really use all eight enough to make it worth the hard drive space and what is no doubt a crowded partition table?
Actually, they all live on one 4gb usb
most of the time
all hand installed 'cept Fed11
I did Fed11 liveusb-creator off livecd
then hand-installed everything else

Then, and this is cool
I took everything off 4gb usb and re-installed Fed11 and made 3.2gb persistent thingy
and then transported it to ext3 hd partition
and set it up like it 's from usb!

so, I need a bigger stick to make bigger persistent thing
this way, i don't need ext4 type ot /boot folder in hd

Debian Live freaks out if you try persistence off usb with ext4 type on hd?

Back on topic

?
 
Old 07-30-2009, 02:21 PM   #20
karamarisan
Member
 
Registered: Jul 2009
Location: Illinois, US
Distribution: Fedora 11
Posts: 374

Rep: Reputation: 55
Haha, that's quite a lot. Don't you think you should settle on a main one, though? I'm all for trying everything, but there's a reason you don't own eight cars.

And back on topic, I have no idea what distro we are discussing right now, but did you install wine through yum/apt-get/etc. or from source?
 
Old 07-30-2009, 02:22 PM   #21
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Or you could try to install dosemu
Code:
apt-get install dosemu
Code:
dosemu /home/bz/slax-6.1.1/make_iso.bat test.iso
or start dosemu from the menu

Last edited by repo; 07-30-2009 at 02:23 PM.
 
Old 07-30-2009, 02:27 PM   #22
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Oh
No, I'm in Ultimate-Edition 2.2 (9.04)
It's got like evrything

To me knowledge is like wisdom
can't get enough

If I get comfortable in every major distro, and understand most of the small ones
I will know alot

I just aim the 'ole Third Eye at something and it gets assimilated


Um, OK
I'm gonna try "dosemu"
thanks gang
 
Old 07-30-2009, 02:36 PM   #23
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
To me knowledge is like wisdom
can't get enough
If I get comfortable in every major distro, and understand most of the small ones
I will know alot
IMHO It's better to focus on one distro,(debian based, rpm based...) and then look further.
 
Old 07-30-2009, 02:38 PM   #24
karamarisan
Member
 
Registered: Jul 2009
Location: Illinois, US
Distribution: Fedora 11
Posts: 374

Rep: Reputation: 55
Agreed. That said, there are so many people who can't be bothered to Google up their own damn answers that I don't mind one guy who's spending that much time finding his own.
 
Old 07-30-2009, 02:43 PM   #25
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
LOL
it's not working

I can't copy/paste dosemu stuff into page?

can you ssee the screenshot

do I gotta give it full path in the .bat?
"bad commadn or file name "slax\tools\WIN\mkisofs.exe"

like C:\slax-6.1.1\slax\tools\WIN\mkisofs.exe" ?

Last edited by linus72; 08-02-2009 at 06:41 AM.
 
Old 07-30-2009, 02:45 PM   #26
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
From the screen:
Quote:
D: = LINUX\FS/HOME/REPO attrib = READ/WRITE
E: = LINUX\FS/MEDIA/CDROM CDROM:1 attrib = READ ONLY
"Welcome to dosemu 1.4.0.0!"
So first change to d:
there you will find all your files, hence it's your home directory

Last edited by repo; 07-30-2009 at 02:48 PM.
 
Old 07-30-2009, 02:55 PM   #27
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
RUT-ROH!

it says, after editing script to give full path

Quote:
This program cannot run in DOS mode
I'll go try it on my brothers XP in a while

I changed

Code:
slax\tools\WIN\mkisofs.exe @slax\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .
to

Code:
D:slax-6.1.1\slax\tools\WIN\mkisofs.exe @D:slax-6.1.1\slax\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .
is that right
I got the warning above when using that

Quote:
This program cannot run in DOS mode
 
Old 07-30-2009, 03:00 PM   #28
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
perhaps you can't run mkisofs.exe in dosmode.
No idea
try to run it from the command line in dosemu and look what it says.
 
Old 07-30-2009, 03:05 PM   #29
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
That's what Idid
Quote:
command line in dosemu
see screenshot?
ain't that command line?
 
Old 07-30-2009, 03:07 PM   #30
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Yes, but try to use only that line
Code:
D:slax-6.1.1\slax\tools\WIN\mkisofs.exe
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Pioneers go in to bat for Linux LXer Syndicated Linux News 0 01-29-2007 07:03 PM
Linux equivalent of bat files anjanesh Linux - Newbie 19 12-30-2005 12:15 PM
linux bat file? Shalk Linux - General 3 07-26-2005 10:07 AM
.bat files on Linux? dave1.1 Linux - Newbie 5 10-21-2004 07:15 PM
Autoexec.bat in Linux? sikandar Linux - Software 10 08-31-2003 12:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration