emoose / xbox-winfsp

Brings native support for Xbox filesystems (FATX, STFS & GDFX/XGD/XDVDFS) to Windows.
62 stars 6 forks source link

Use from commandline? #9

Open Landcross opened 3 years ago

Landcross commented 3 years ago

Hi! I'm wondering if the tool can be invoked from the command line instead of right-click? If so; how (and consider adding it to the readme/manual)? If not: consider this a feature request, if it's possible at all haha.

emoose commented 3 years ago

The xbox-winfsp.exe is actually a command-line app already, the right-click is just setup to call that with the right params/filename passed along to it, if you run the app itself in a command prompt it should tell you the parameters it needs etc.

I think there's a way to use "net use X:\ path-to-ISO" as well once xbox-winfsp has registered itself, so you don't need to keep track of where the xbox-winfsp.exe is stored, but I can't remember the exact way to use that right now.

Good idea about mentioning this on the readme, I'll probably keep this issue open until it gets added if that's fine with you.

Landcross commented 3 years ago

*facepalm* I totally didn't think about just going to the .exe directly and running that from cmd. It has been quite a while since I installed it and I totally forgot about it. Haven't yet tried to use it but it indeed shows a help message with the parameters.

And yeah, it's fine with me to keep the issue open in the meantime :)

Thanks!