Page 1 of 1

VICE: How to autostart program with current directory still as device #8

Posted: Fri May 17, 2024 11:34 am
by pixel
Yes. How the flipping heck is that done? With

Code: Select all

xvic myprogram.prg

or

xvic -8 . myprogram.prg
all other files get filtered out. Wanne be a little bit daring, you know. ;)

Re: VICE: How to autostart program with current directory still as device #8

Posted: Sat May 18, 2024 7:05 am
by tokra
Try

Code: Select all

xvic -autostartprgmode 0 yourprogram.prg
These parameters are explained when starting xvic -? or xvic -help

Re: VICE: How to autostart program with current directory still as device #8

Posted: Sat May 18, 2024 10:54 am
by pixel
tokra wrote: Sat May 18, 2024 7:05 am These parameters are explained when starting xvic -? or xvic -help
Thanks!