Hi SunSun, creating the startup script (i.e. mkdir and echo command) is actually not necessary in your case because you are linking to another local drive, not a network share (see Note #1 in my original post).
ciao, Ulrich On Saturday, 21 February 2015 07:03:02 UTC+1, zeyu sun wrote: > > OK, I figure that out. > let's say I want to set up a link called "morespace" in > C:\Inetpub\wwwroot\ISB\data, > but actually put all my files in E:\TPPDATA > follow Ulrich's step from 1-6, > then open CMD as admin > > >cd C:\Inetpub\wwwroot\ISB\data > > > mklink /D morespace E:\TPPDATA > > > mkdir C:\Windows\System32\GroupPolicy\Machine\Scripts\Startup > > echo NET USE E:\TPPDATA /persistent:yes /USER:myusername mypassword > > C:\Windows\System32\GroupPolicy\Machine\Scripts\Startup\connectMORESPACE.bat > > then restart the Apache and TPP. > > SunSun > > On Saturday, February 21, 2015 at 11:26:47 AM UTC+8, zeyu sun wrote: >> >> Interesting! Thank you for sharing! >> However, I got a little problem when I tried step 1-9 and 13 trying to >> set up a local link. It create a link "nas" in my >> C:\Inetpub\wwwroot\ISB\data, >> but where does it actually put the data to? let's say I want to put all my >> data in D:/TPPDATA, is there anyway to make it happen? >> >> Thanks! >> >> SunSun >> >> -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spctools-discuss. For more options, visit https://groups.google.com/d/optout.
