Jump to content

I want to program one instruction


Recommended Posts

Hello

I have installed Windows XP professional , and in other partition linux.To see linux from Windows XP , I use an application , ext2fsd, but evertytime I start Windows I have to open the console and to write the following :

net start ext2fsd

mount 0 2 f:

The point , it's I would like to known if there's a way to dont write that everytime I start Windows.

Thanks in advance

Link to comment
Share on other sites

This may need tweaking but here goes...

Create a batch file.

Include the instructions in the batch file.

Try this:

Create a Text Document, copy and paste your instuctions into the text document and add exit to the end.

net start ext2fsd
mount 0 2 f:
exit

Then go File, Save as, the file name can be anything but include .bat at the end of it. A new file should appear where the new text doument was created.

Net start will be reognised but i'm not sure of mount as it is not [i think] a command. But maybe starting ext2fsd enables the command?

If it does not not, then the batch file may need a tweak...Assuming it can be done...

Click the batch file to see if it runs. [of course don't run net start first, like you have done] we need to know if the batch file works first.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy