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

You need an actual VIC.

Moderator: Moderators

Post Reply
User avatar
pixel
Vic 20 Guru
Posts: 1548
Joined: Fri Feb 28, 2014 3:56 am
Location: Bielefeld, Germany

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

Post 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. ;)
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
User avatar
tokra
Vic 20 Scientist
Posts: 1186
Joined: Tue Apr 27, 2010 5:32 pm
Location: Scheessel, Germany

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

Post by tokra »

Try

Code: Select all

xvic -autostartprgmode 0 yourprogram.prg
These parameters are explained when starting xvic -? or xvic -help
User avatar
pixel
Vic 20 Guru
Posts: 1548
Joined: Fri Feb 28, 2014 3:56 am
Location: Bielefeld, Germany

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

Post by pixel »

tokra wrote: Sat May 18, 2024 7:05 am These parameters are explained when starting xvic -? or xvic -help
Thanks!
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
Post Reply