summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/support/ketpic/ketsample/samples/s06animation/CindyScriptset.txt
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/support/ketpic/ketsample/samples/s06animation/CindyScriptset.txt')
-rwxr-xr-xtexmf-dist/doc/support/ketpic/ketsample/samples/s06animation/CindyScriptset.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/texmf-dist/doc/support/ketpic/ketsample/samples/s06animation/CindyScriptset.txt b/texmf-dist/doc/support/ketpic/ketsample/samples/s06animation/CindyScriptset.txt
new file mode 100755
index 00000000..3d0e239a
--- /dev/null
+++ b/texmf-dist/doc/support/ketpic/ketsample/samples/s06animation/CindyScriptset.txt
@@ -0,0 +1,17 @@
+use("KetCindyPlugin");
+if(isexists(plugindirectory,"dirhead.txt"),
+ setdirectory(plugindirectory);
+ import("dirhead.txt");
+,
+ Dirhead=getdirhead();
+);
+Shellfile="";
+setdirectory(Dirhead);
+import("setketcindy.txt");
+import("ketoutset.txt");
+
+setdirectory(Dirwork);
+
+Helplist(["+","+3d","+mv"],"helpJ");
+
+Shellfile="mv"; \ No newline at end of file