cli script to load sfs files (Solved)

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
bark_bark_bark
Posts: 1885
Joined: Tue 05 Jun 2012, 12:17
Location: Wisconsin USA

cli script to load sfs files (Solved)

#1 Post by bark_bark_bark »

Where can I find a script that allows me to load an sfs file and how would I integrate it in my cli puplet with woof?
....

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#2 Post by RSH »

You can use sfs_load by console.

Code: Select all

sfs_load --cli --skip-fixmenus --quiet "Your SFS Here"
This will show no gui and no gui messages. I use this in LazY Puppy to load the sfs from the LazY Puppy RunScripts without the need to confirm its loading and getting any messages to be clicked out of the way.

--cli ---> means command line interface
--skip-fixmenus ---> means no menu is rebuild
--quiet ---> means no gui messages will be shown

RSH

EDIT

sfs_load 1.9x is needed for this
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

bark_bark_bark
Posts: 1885
Joined: Tue 05 Jun 2012, 12:17
Location: Wisconsin USA

#3 Post by bark_bark_bark »

thank you
....

Post Reply