View Single Post
Wilczek
AlliedModders Donor
Join Date: Oct 2012
Location: Poland
Old 03-27-2015 , 14:48   Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: Lysis & Dissassembler
Reply With Quote #30

Quote:
Originally Posted by _AeonOne_ View Post
Uhhm, well you could use the commandline to archieve that ^^
(Configurations->Edit Configurations->Post Buld Commandline - then use something like that:
copy "{scriptfile}" "C:\Backup")
Thanks for a tip I found a new bug when used it - SPEdit doesn't recognize polish letters and then the copy command fails.

Post-build commandline:
Code:
copy "{scriptfile}" "D:\Użytkownicy\Ja\Dropbox\Moje pluginy SourceMod"
Result:
Code:
C:\Users\Ja\AppData\Roaming\spedit\sourcepawn\configs\sm_one_seven>copy "C:\Users\Ja\AppData\Roaming\spedit\sourcepawn\configs\sm_one_seven\test_plugin.sp" "D:\UĹĽytkownicy\Ja\Dropbox\Moje pluginy SourceMod" 
        0 file(s) copied.
After switching to a folder that contains latin letters only, copying works fine.
__________________
Wilczek is offline