Hi I am mounting my shared windows drive on morphos via
SmbFS WORKGROUP=WORKGROUP USER**** PASSWORD=******* VOLUME=PC: SERVICE=***** Connected '*****' to 'PC:'; "Break 5" or [Ctrl-C] to stop...
and it seems to be working well using shell. I have been reading the documentation and it seems that you can use run to launch it on boot via User-Startup
This is what mine looks like as per documentation, but it seems to not be working. Is there anything you can spot and help me get this going
---User-Startup---
Run >NIL: SmbFS WORKGROUP=WORKGROUP USER=***** PASSWORD=********** VOLUME=PC: SERVICE=******** ; ; MorphOS user-startup ; ; This script is executed on system boot by ; startup-sequence. You can make personal ; changes in here. ; ; $VER: user-startup 1.1 ;
; Enable the following to mount the inet-handler. Note that TCP: allows ; easy access to internet, and allows scripts to listen for incoming ; connections. Some malware could abuse this. ;Mount TCP: